CredentialPickerResults.CredentialPassword Property

Definition

Gets the password portion of the unpacked credential.

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

Property Value

String

Platform::String

winrt::hstring

The password of the credential. If the password is not available, an empty string is returned.

Applies to