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。

適用於