Partager via


CredentialPickerOptions.CustomAuthenticationProtocol Propriété

Définition

Obtient ou définit si le protocole d’authentification est personnalisé plutôt qu’un protocole d’authentification standard.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Le protocole d’authentification est personnalisé plutôt qu’un protocole d’authentification standard. La valeur par défaut est none.

S’applique à