Discuss this help topic in SecureBlackbox Forum
Specifies XAdES prefix.
Declaration
[VB.NET]
Property XAdESPrefix As String
[Pascal]
property XAdESPrefix: WideString;
[C++]
void get_XAdESPrefix(sb_u16string &OutResult);
void get_XAdESPrefix(std::wstring &OutResult);
void set_XAdESPrefix(const sb_u16string &Value);
void set_XAdESPrefix(const std::wstring &Value);
[PHP]
string get_XAdESPrefix()
void set_XAdESPrefix(string $Value)
[Java]
String getXAdESPrefix();
void setXAdESPrefix(String Value);
Description
Use this property to get or set the prefix which the XAdES element names start with.
For example, all elements defined in the
XMLDSIG have prefix
'ds'.
Discuss this help topic in SecureBlackbox Forum