ScramUserCredentialComputeClientSignature Method
Computes the client's signature as part of the SCRAM (Salted Challenge Response Authentication Mechanism) authentication process.
Namespace: SnapDB.Security.AuthenticationAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public byte[] ComputeClientSignature(
byte[] authMessage
)
Public Function ComputeClientSignature (
authMessage As Byte()
) As Byte()
public:
array<unsigned char>^ ComputeClientSignature(
array<unsigned char>^ authMessage
)
function ComputeClientSignature(authMessage);
- authMessage Byte
- The authentication message to be used for signature computation.
ByteThe computed client signature as a byte array.