Discuss this help topic in SecureBlackbox Forum
Contains a value of URI attribute
Declaration
[VB.NET]
Property URI As String
[Pascal]
property URI : WideString;
[C++]
void get_URI(sb_u16string &OutResult);
void get_URI(std::wstring &OutResult);
void set_URI(const sb_u16string &Value);
void set_URI(const std::wstring &Value);
[PHP]
string get_URI()
void set_URI(string $Value)
[Java]
String getURI();
void setURI(String Value);
Description
This property contains the URI attribute of CipherReference XML element.
The CipherReference URI contains an identifier that is dereferenced.
Discuss this help topic in SecureBlackbox Forum