SecureStreamClientBaseInternalTryAuthenticate Method

Attempts to authenticate a network stream with the provided certificate signatures.

Definition

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

Parameters

stream  Stream
The network stream to authenticate.
certSignatures  Byte
The certificate signatures used for authentication.

Return Value

Boolean
true if authentication was successful; otherwise, false.

See Also