CredentialPickerResults.CredentialSaved Property

Definition

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.

Applies to