CredentialPickerOptions.CustomAuthenticationProtocol プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証プロトコルが標準認証プロトコルではなくカスタムであるかどうかを取得または設定します。
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
プロパティ値
認証プロトコルは、標準認証プロトコルではなくカスタムです。 既定値は none です。