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。

适用于