IntegratedSecurityClientTryAuthenticateAsClient Method

Authenticates the client using the supplied stream.

Definition

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

Parameters

stream  Stream
the stream to use to authenticate the connection.
additionalChallenge  Byte  (Optional)
Additional data that much match between the client and server for the connection to succeed.

Return Value

Boolean
true if authentication succeeded; otherwise, false.

See Also