LinkMenuExpand(external link)DocumentSearchCopyCopied

IAuthenticationPlugin2.CreatePasswordHash method

Hashes the client’s password (e.g., for TLS certificate fingerprint verification).

public byte[] CreatePasswordHash(string password, ReadOnlySpan<byte> authenticationData)
parameterdescription
passwordThe client’s password.
authenticationDataThe authentication data supplied by the server; this is the

Return Value

The authentication-method-specific hash of the client’s password.

See Also