C-DEngine 5.105

HttpDigestIdentity..::..Cnonce Property

Gets the cnonce parameter from the HTTP Digest authentication credentials.

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

Syntax


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

Field Value

A String that represents the cnonce parameter.