SecureStreamClientBaseInternalTryAuthenticate Method
Attempts to authenticate a network stream with the provided certificate signatures.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract bool InternalTryAuthenticate(
Stream stream,
byte[] certSignatures
)
Protected MustOverride Function InternalTryAuthenticate (
stream As Stream,
certSignatures As Byte()
) As Boolean
protected:
virtual bool InternalTryAuthenticate(
Stream^ stream,
array<unsigned char>^ certSignatures
) abstract
function InternalTryAuthenticate(stream, certSignatures);
- stream Stream
- The network stream to authenticate.
- certSignatures Byte
- The certificate signatures used for authentication.
Booleantrue if authentication was successful; otherwise,
false.