SrpClientAuthenticateAsClient Method

Authenticates the client session with the server using the provided network stream and optional additional challenge.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool AuthenticateAsClient(
	Stream stream,
	byte[]? additionalChallenge = null
)

Parameters

stream  Stream
The network stream used for communication with the server.
additionalChallenge  Byte  (Optional)
An optional additional challenge to include in the authentication process (default is null).

Return Value

Boolean
true if authentication succeeds; otherwise, false.

See Also