Discuss this help topic in SecureBlackbox Forum

TElSAMLEncryptionHandler.Certificate

TElSAMLEncryptionHandler     See also     


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


Specifies the encryption certificate.

Declaration

[C#]
    TElX509Certificate Certificate;

[VB.NET]
    Property Certificate As TElX509Certificate

[Pascal]
    property Certificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_Certificate();
    void set_Certificate(TElX509Certificate &Value);
    void set_Certificate(TElX509Certificate *Value);

[PHP]
    TElX509Certificate get_Certificate()
    void set_Certificate(TElX509Certificate $Value)

[Java]
    TElX509Certificate getCertificate();
    void setCertificate(TElX509Certificate Value);

Description

Use this property to set the encryption certificate.

See also:     Manually encrypt assertions    

Discuss this help topic in SecureBlackbox Forum