Discuss this help topic in SecureBlackbox Forum
This property specifies the organization which issued the signature policy.
Declaration
[C#]
string Organization;
[VB.NET]
Property Organization As String
[Pascal]
property Organization : string;
[C++]
void get_Organization(std::string &OutResult);
void set_Organization(const std::string &Value);
[PHP]
string get_Organization()
void set_Organization(string $Value)
[Java]
String getOrganization();
void setOrganization(String Value);
Description
Use this property to specify the name of the organization which issued the signature policy.
Discuss this help topic in SecureBlackbox Forum