CredentialPickerOptions.AuthenticationProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.