Поделиться через


CredentialPickerOptions.CustomAuthenticationProtocol Свойство

Определение

Возвращает или задает значение, указывающее, является ли протокол проверки подлинности пользовательским, а не стандартным.

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

Значение свойства

String

Platform::String

winrt::hstring

Протокол проверки подлинности является пользовательским, а не стандартным протоколом проверки подлинности. По умолчанию используется значение none.

Применяется к