LinkMenuExpand(external link)DocumentSearchCopyCopied

IAuthenticationPlugin3.CreateResponseAndPasswordHash method

Creates the authentication response and hashes the client’s password (e.g., for TLS certificate fingerprint verification).

public void CreateResponseAndPasswordHash(string password, ReadOnlySpan<byte> authenticationData, 
    out byte[] authenticationResponse, out byte[] passwordHash)
parameterdescription
passwordThe client’s password.
authenticationDataThe authentication data supplied by the server; this is the
authenticationResponseThe authentication response.
passwordHashThe authentication-method-specific hash of the client’s password.

See Also