CredentialPickerResults.CredentialSaved 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 status of the credential save operation.
public:
property bool CredentialSaved { bool get(); };
bool CredentialSaved();
public bool CredentialSaved { get; }
var boolean = credentialPickerResults.credentialSaved;
Public ReadOnly Property CredentialSaved As Boolean
Property Value
Boolean
bool
Indicates whether the credential was successfully saved by the credential manager. This value is always False if the caller specified the CallerSavesCredential property.