C-DEngine 5.105

HttpDigestIdentity..::..Nonce Property

Gets the nonce parameter from the HTTP Digest authentication credentials.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Nonce { get; }
Public ReadOnly Property Nonce As String
	Get
public:
property String^ Nonce {
	String^ get ();
}

Field Value

A String that represents the nonce parameter.