| ChallengeActionAuthType Property |
Get/Set the digest alogrithm to use. Currently asterisk only supports "MD5".
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AuthType { get; set; }
Public Property AuthType As String
Get
Set
public:
property String^ AuthType {
String^ get ();
void set (String^ value);
}
member AuthType : string with get, set
Property Value
Type:
StringSee Also