Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SignMetadata

TElSAMLIdentityProvider     See also     


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


Specifies whether the IdP's metadata should be signed.

Declaration

[C#]
    bool SignMetadata;

[VB.NET]
    Property SignMetadata As Boolean

[Pascal]
    property SignMetadata : boolean;

[C++]
    bool get_SignMetadata();
    void set_SignMetadata(bool Value);

[PHP]
    bool get_SignMetadata()
    void set_SignMetadata(bool $Value)

[Java]
    boolean getSignMetadata();
    void setSignMetadata(boolean Value);

Description

Set this property to true to sign IdP's metadata before saving it. Do not forget to assign the signing certificate to the MetaSigningCertificate property. The default value is false.

See also:     MetadataURL     MetaSigningCertificate     SaveMetadata    

Discuss this help topic in SecureBlackbox Forum