RemoteServiceAgentBrokerServiceAgentBrokerSecureKey Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the hashed secure key for the Remote Service Agent Broker
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ServiceAgentBrokerSecureKey { get; set; }
Public Property ServiceAgentBrokerSecureKey As String
Get
Set
public:
virtual property String^ ServiceAgentBrokerSecureKey {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ServiceAgentBrokerSecureKey();
function set_ServiceAgentBrokerSecureKey(value);
Return Value
Type:
StringThe hashed secure key for the Remote Service Agent Broker
Implements
RemoteServiceAgentBroker_RemoteServiceAgentBrokerServiceAgentBrokerSecureKeyRemarks Value is hashed when it is set, so assign the raw password
See Also