Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingProperties.XAdESPrefix

TElXMLQualifyingProperties     


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


Specifies XAdES prefix.

Declaration

[C#]
    string XAdESPrefix;

[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