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입니다.

적용 대상