次の方法で共有


CredentialPickerResults.CredentialPassword プロパティ

定義

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

public:
 property Platform::String ^ CredentialPassword { Platform::String ^ get(); };
winrt::hstring CredentialPassword();
public string CredentialPassword { get; }
var string = credentialPickerResults.credentialPassword;
Public ReadOnly Property CredentialPassword As String

プロパティ値

String

Platform::String

winrt::hstring

資格情報のパスワード。 パスワードが使用できない場合は、空の文字列が返されます。

適用対象