SecureStreamClientDefaultInternalTryAuthenticate Method

Authenticates with the remote server.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override bool InternalTryAuthenticate(
	Stream stream,
	byte[] certSignatures
)

Parameters

stream  Stream
The stream for authentication.
certSignatures  Byte
The certificate signatures to use for authentication.

Return Value

Boolean
True if authentication succeeds; otherwise, false.

See Also