LinkMenuExpand(external link)DocumentSearchCopyCopied

IAuthenticationPlugin3 interface

IAuthenticationPlugin3 is an extension to IAuthenticationPlugin that also returns a hash of the client’s password.

public interface IAuthenticationPlugin3 : IAuthenticationPlugin

Members

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

Remarks

If an authentication plugin supports this interface, the base CreateResponse method will not be called.

See Also