Discuss this help topic in SecureBlackbox Forum
This property specifies URI of the signature policy.
Declaration
[VB.NET]
Property URI As String
[Pascal]
property URI : string;
[C++]
void get_URI(std::string &OutResult);
void set_URI(const std::string &Value);
[PHP]
string get_URI()
void set_URI(string $Value)
[Java]
String getURI();
void setURI(String Value);
Description
Use this property to specify URI of the signature policy.
This property is useful, if the qualifier type is
spqtURI.
Discuss this help topic in SecureBlackbox Forum