CredentialPickerResults.CredentialPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The password of the credential. If the password is not available, an empty string is returned.