C-DEngine 5.105

HttpDigestIdentity..::..Algorithm Property

Gets the algorithm parameter from the HTTP Digest authentication credentials.

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

Syntax


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

Field Value

A String that represents the algorithm parameter.