Discuss this help topic in SecureBlackbox Forum
Contains the identifier of metadata format.
Declaration
[C#/Java]
string SecMetadataID;
[VB.NET]
Property SecMetadataID As String
[Pascal]
property SecMetadataID : string;
[C++]
void get_SecMetadataID(std::string &OutResult);
void set_SecMetadataID(const std::string &Value);
[PHP]
string get_SecMetadataID()
void set_SecMetadataID(string $Value)
Description
Use this property to specify the identifier of prefixed metadata format.
The default value is "EldoS-SecureBlackbox-MD-Prepended-1.0".
Discuss this help topic in SecureBlackbox Forum