Discuss this help topic in SecureBlackbox Forum
The human-readable name of the requester.
Declaration
[C#]
string ProviderName;
[VB.NET]
Property ProviderName As String
[Pascal]
property ProviderName : string;
[C++]
void get_ProviderName(std::string &OutResult);
void set_ProviderName(const std::string &Value);
[PHP]
string get_ProviderName()
void set_ProviderName(string $Value)
[Java]
String getProviderName();
void setProviderName(String Value);
Description
Use this property to specify the name of the requester.
Note, that the requester can differ from the presenter.
Discuss this help topic in SecureBlackbox Forum