CredentialPickerOptions.CustomAuthenticationProtocol Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Das Authentifizierungsprotokoll ist benutzerdefiniertes Und nicht ein Standardauthentifizierungsprotokoll. Der Standardwert ist none.