Share via


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

認證的密碼。 如果密碼無法使用,則會傳回空字串。

適用於