Discuss this help topic in SecureBlackbox Forum
This property contains the type of the reference.
Declaration
[VB.NET]
Property RefType As String
[Pascal]
property RefType : WideString;
[C++]
void get_RefType(sb_u16string &OutResult);
void get_RefType(std::wstring &OutResult);
void set_RefType(const sb_u16string &Value);
void set_RefType(const std::wstring &Value);
[PHP]
string get_RefType()
void set_RefType(string $Value)
[Java]
String getRefType();
void setRefType(String Value);
Description
Use this property to specify Reference'
type attribute as defined in
XMLDSIG specification.
Discuss this help topic in SecureBlackbox Forum