ScramUserCredentialComputeStoredKey Method
Computes the stored key 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[] ComputeStoredKey(
byte[] clientKey
)
Public Function ComputeStoredKey (
clientKey As Byte()
) As Byte()
public:
array<unsigned char>^ ComputeStoredKey(
array<unsigned char>^ clientKey
)
function ComputeStoredKey(clientKey);
- clientKey Byte
- The client key to be used for stored key computation.
ByteThe computed stored key as a byte array.