CredentialPickerOptions.AuthenticationProtocol プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証プロトコルを取得または設定します。
public:
property AuthenticationProtocol AuthenticationProtocol { AuthenticationProtocol get(); void set(AuthenticationProtocol value); };
AuthenticationProtocol AuthenticationProtocol();
void AuthenticationProtocol(AuthenticationProtocol value);
public AuthenticationProtocol AuthenticationProtocol { get; set; }
var authenticationProtocol = credentialPickerOptions.authenticationProtocol;
credentialPickerOptions.authenticationProtocol = authenticationProtocol;
Public Property AuthenticationProtocol As AuthenticationProtocol
プロパティ値
資格情報認証に使用する認証プロトコルの名前。 既定値は Negotiate です。