SecureStreamClientDefaultInternalTryAuthenticate Method
Authenticates with the remote server.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override bool InternalTryAuthenticate(
Stream stream,
byte[] certSignatures
)
Protected Overrides Function InternalTryAuthenticate (
stream As Stream,
certSignatures As Byte()
) As Boolean
protected:
virtual bool InternalTryAuthenticate(
Stream^ stream,
array<unsigned char>^ certSignatures
) override
function InternalTryAuthenticate(stream, certSignatures);
- stream Stream
- The stream for authentication.
- certSignatures Byte
- The certificate signatures to use for authentication.
Boolean
True if authentication succeeds; otherwise, false.