| LoginActionSecret Property |
Get/Set the secret to use when using cleartext login.
The secret contains the user's password as configured in Asterisk's manager.conf.
The secret and key properties are mutually exclusive.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Secret { get; set; }
Public Property Secret As String
Get
Set
public:
property String^ Secret {
String^ get ();
void set (String^ value);
}
member Secret : string with get, set
Property Value
Type:
StringSee Also