CredentialPickerOptions.AuthenticationProtocol Property

Definition

Gets or sets the authentication protocol.

public:
 property AuthenticationProtocol AuthenticationProtocol { AuthenticationProtocol get(); void set(AuthenticationProtocol value); };
AuthenticationProtocol AuthenticationProtocol();

void AuthenticationProtocol(AuthenticationProtocol value);
public AuthenticationProtocol AuthenticationProtocol { get; set; }
var authenticationProtocol = credentialPickerOptions.authenticationProtocol;
credentialPickerOptions.authenticationProtocol = authenticationProtocol;
Public Property AuthenticationProtocol As AuthenticationProtocol

Property Value

Name of the authentication protocol to use for credential authentication. The default value is Negotiate.

Applies to