Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.EncryptionCertificate

TElSAMLIdentityProvider     See also     


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


The certificate used to encrypt assertions.

Declaration

[C#]
    TElX509Certificate EncryptionCertificate;

[VB.NET]
    Property EncryptionCertificate As TElX509Certificate

[Pascal]
    property EncryptionCertificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_EncryptionCertificate();
    void set_EncryptionCertificate(TElX509Certificate &Value);
    void set_EncryptionCertificate(TElX509Certificate *Value);

[PHP]
    TElX509Certificate get_EncryptionCertificate()
    void set_EncryptionCertificate(TElX509Certificate $Value)

[Java]
    TElX509Certificate getEncryptionCertificate();
    void setEncryptionCertificate(TElX509Certificate Cert);

Parameters

  • Cert - the value to be assigned by the property setter.

Description

This property contains the certificate used for encrypting the assertions included into IdP responses. The component will automatically encrypt the assertions if EncryptAssertions is set to true.

See also:     EncryptAssertions    

Discuss this help topic in SecureBlackbox Forum