次の方法で共有


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 です。

適用対象