Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPEncryptionCertificate

TElSAMLServiceProvider     See also     


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


Contains the IdP encryption certificate.

Declaration

[C#]
    TElX509Certificate IDPEncryptionCertificate;

[VB.NET]
    Property IDPEncryptionCertificate As TElX509Certificate

[Pascal]
    property IDPEncryptionCertificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_IDPEncryptionCertificate();
    void set_IDPEncryptionCertificate(TElX509Certificate &Value);
    void set_IDPEncryptionCertificate(TElX509Certificate *Value);

[PHP]
    TElX509Certificate get_IDPEncryptionCertificate()
    void set_IDPEncryptionCertificate(TElX509Certificate $Value)

[Java]
    TElX509Certificate getIDPEncryptionCertificate();
    void setIDPEncryptionCertificate(TElX509Certificate Cert);

Parameters

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

Description

Use this property to get or set the certificate which will be used to decrypt IdP responses.

See also:     IDPSigningCertificate    

Discuss this help topic in SecureBlackbox Forum