CredentialPickerOptions.CustomAuthenticationProtocol Property

Definition

Gets or sets whether the authentication protocol is custom rather than a standard authentication protocol.

public:
 property Platform::String ^ CustomAuthenticationProtocol { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomAuthenticationProtocol();

void CustomAuthenticationProtocol(winrt::hstring value);
public string CustomAuthenticationProtocol { get; set; }
var string = credentialPickerOptions.customAuthenticationProtocol;
credentialPickerOptions.customAuthenticationProtocol = string;
Public Property CustomAuthenticationProtocol As String

Property Value

String

Platform::String

winrt::hstring

The authentication protocol is custom rather than a standard authentication protocol. The default value is none.

Applies to