ServerSecurityRemoteServiceAgentBrokerSecureKey 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 RemoteServiceAgentBrokerSecureKey { get; set; }
Public Property RemoteServiceAgentBrokerSecureKey As String
Get
Set
public:
virtual property String^ RemoteServiceAgentBrokerSecureKey {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_RemoteServiceAgentBrokerSecureKey();
function set_RemoteServiceAgentBrokerSecureKey(value);
Return Value
Type:
StringThe hashed secure key for the Remote Service Agent Broker
Remarks Value is hashed when it is set, so assign the raw password
See Also