Discuss this help topic in SecureBlackbox Forum

TElSAMLSignatureHandler.SignatureAfterIssuer

TElSAMLSignatureHandler     


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


Specifies whether the signature should be saved after the issuer.

Declaration

[C#]
    bool SignatureAfterIssuer;

[VB.NET]
    Property SignatureAfterIssuer As Boolean

[Pascal]
    property SignatureAfterIssuer : boolean;

[C++]
    bool get_SignatureAfterIssuer();
    void set_SignatureAfterIssuer(bool Value);

[PHP]
    bool get_SignatureAfterIssuer()
    void set_SignatureAfterIssuer(bool $Value)

[Java]
    boolean getSignatureAfterIssuer();
    void setSignatureAfterIssuer(boolean Value);

Description

When this property value is true, the signature is always saved after the issuer. The default value is true.

Discuss this help topic in SecureBlackbox Forum