CredentialPickerResults クラス

定義

ダイアログ ボックス操作の結果について説明します。

public ref class CredentialPickerResults sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class CredentialPickerResults final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class CredentialPickerResults
Public NotInheritable Class CredentialPickerResults
継承
Object Platform::Object IInspectable CredentialPickerResults
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Credential

不透明な資格情報を取得します。

CredentialDomainName

アンパックされた資格情報のドメイン名部分を取得します。

CredentialPassword

アンパックされた資格情報のパスワード部分を取得します。

CredentialSaved

資格情報の保存操作の状態を取得します。

CredentialSaveOption

[資格情報の保存] チェック ボックスの状態を取得します。

CredentialUserName

アンパックされた資格情報のユーザー名を取得します。

ErrorCode

エラー コードの値を取得します。

適用対象