Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.EncryptAssertions

TElSAMLIdentityProvider     See also     


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


Specifies whether to encrypt assertions included into the IdP response.

Declaration

[C#]
    bool EncryptAssertions;

[VB.NET]
    Property EncryptAssertions As Boolean

[Pascal]
    property EncryptAssertions : boolean;

[C++]
    bool get_EncryptAssertions();
    void set_EncryptAssertions(bool Value);

[PHP]
    bool get_EncryptAssertions()
    void set_EncryptAssertions(bool $Value)

[Java]
    boolean getEncryptAssertions();
    void setEncryptAssertions(boolean Value);

Description

Set this property to true to force the component to encrypt the assertions included into the response. The default value is false.

See also:     EncryptionCertificate    

Discuss this help topic in SecureBlackbox Forum