Свойство | Type | Description | |
---|---|---|---|
algorithm | string | ||
cnonce | string | ||
ncount | int | ||
nonce | string | ||
qop | string | ||
realm | string | ||
response | string | ||
uri | string | ||
username | string |
Méthode | Description | |
---|---|---|
CompleteAuthRequest ( |
Initializes a new instance of the CompleteAuthRequest class
|
|
Process ( ) : void |
Process the message
|
|
Send ( string Nonce, string ClientNonce, string ServerDigest, string ClientDigest, byte SessionKey, string MachineName, string Algorithm, string Realm, |
Sends a CompleteAuthRequest message to a specified ServiceSocket.
|
Méthode | Description | |
---|---|---|
BuildResponse ( |
Generates an appropriate ResponseData object for this message, filled with supplied data
|
protected BuildResponse ( |
||
ResponseType | The Type of the Response message | |
ResponseMessage | string | The HTTP response reason phrase |
ResponseInfo | ISessionResponseInfo | The session response information |
Content | byte | The response data |
Résultat | ResponseData |
public CompleteAuthRequest ( |
||
Data | The HTTPPartialData class to load this instance from | |
Service | StateServer | State server instance |
Résultat | System |
public static Send ( string Nonce, string ClientNonce, string ServerDigest, string ClientDigest, byte SessionKey, string MachineName, string Algorithm, string Realm, |
||
Nonce | string | The nonce field value in the Authorization Request Header, according o RFC 2617 |
ClientNonce | string | The cnonce field value in the Authorization Request Header, according o RFC 2617 |
ServerDigest | string | The response field value in the Authorization Request Header, according o RFC 2617 |
ClientDigest | string | The calculated Client Digest |
SessionKey | byte | The calculated data encryption session key |
MachineName | string | The computer's name. Used as the username field value in the Authorization Request Header, according to RFC 2617 |
Algorithm | string | The algorithm field value in the Authorization Request Header, according o RFC 2617 |
Realm | string | The realm field value in the Authorization Request Header, according o RFC 2617 |
socket | The target ServiceSocket | |
ServerIP | string | |
Résultat | void |