Freigeben über


CredentialPickerOptions.CustomAuthenticationProtocol Eigenschaft

Definition

Ruft ab oder legt fest, ob das Authentifizierungsprotokoll benutzerdefiniertes Protokoll anstelle eines Standardauthentifizierungsprotokolls ist.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Das Authentifizierungsprotokoll ist benutzerdefiniertes Und nicht ein Standardauthentifizierungsprotokoll. Der Standardwert ist none.

Gilt für: