Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.ConfirmationCertificate

TElSAMLIdentityProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the certificate to be included into assertions.

Declaration

[C#]
    TElX509Certificate ConfirmationCertificate;

[VB.NET]
    Property ConfirmationCertificate As TElX509Certificate

[Pascal]
    property ConfirmationCertificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_ConfirmationCertificate();
    void set_ConfirmationCertificate(TElX509Certificate &Value);
    void set_ConfirmationCertificate(TElX509Certificate *Value);

[PHP]
    TElX509Certificate get_ConfirmationCertificate()
    void set_ConfirmationCertificate(TElX509Certificate $Value)

[Java]
    TElX509Certificate getConfirmationCertificate();
    void setConfirmationCertificate(TElX509Certificate Cert);

Parameters

  • Cert - the new value to be assigned to this property.

Description

This property specifies the certificate to be included into the SubjectConfirmationData element.

See also:     TElSAMLSubjectConfirmationDataElement    

Discuss this help topic in SecureBlackbox Forum