Discuss this help topic in SecureBlackbox Forum
Specifies whether the SP's metadata should be signed.
Declaration
[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 SP's metadata before saving it.
Do not forget to assign the signing certificate to the MetaSigningCertificate property.
The default value is false.
Discuss this help topic in SecureBlackbox Forum