LinkMenuExpand(external link)DocumentSearchCopyCopied

IAuthenticationPlugin.CreateResponse method

Creates the authentication response.

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

Return Value

The authentication response.

See Also