Property AllowSaveCredentials
AllowSaveCredentials
Gets or sets a value indicating whether the credentials can be saved in the credential locker.
Declaration
public bool AllowSaveCredentials { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | A value indicating whether the credentials can be saved in the credential locker. |
Remarks
The first time AllowSaveCredentials is set to true, the cached credentials
are added to the AuthenticationManager.
The default value is false.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.0 - 100.15 |