Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 609 Bytes

passwordcredential_password.md

File metadata and controls

22 lines (15 loc) · 609 Bytes
-api-id -api-type
P:Windows.Security.Credentials.PasswordCredential.Password
winrt property

Windows.Security.Credentials.PasswordCredential.Password

-description

Gets or sets the password string of the credential. This value must not be null or empty, otherwise an exception will be thrown. You must call RetrievePassword first to set the initial value of this property.

-property-value

The password string of the credential.

-remarks

-examples

-see-also