ScramUserCredentialComputeServerSignature Method
Computes the server'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[] ComputeServerSignature(
byte[] authMessage
)
Public Function ComputeServerSignature (
authMessage As Byte()
) As Byte()
public:
array<unsigned char>^ ComputeServerSignature(
array<unsigned char>^ authMessage
)
function ComputeServerSignature(authMessage);
- authMessage Byte
- The authentication message to be used for signature computation.
ByteThe computed server signature as a byte array.