ScramUserCredentialComputeStoredKey Method

Computes the stored key as part of the SCRAM (Salted Challenge Response Authentication Mechanism) authentication process.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public byte[] ComputeStoredKey(
	byte[] clientKey
)

Parameters

clientKey  Byte
The client key to be used for stored key computation.

Return Value

Byte
The computed stored key as a byte array.

See Also