Property AllowSaveCredentials
AllowSaveCredentials
Gets or sets a value indicating whether the user can save the credentials between sessions. This property exists only for backwards compatibility and has no effect. To control whether credentials are stored between sessions, use Persistence instead.
Declaration
[Obsolete("This property exists only for backwards compatibility and has no effect. To control whether credentials are stored between sessions, use AuthenticationManager.Persistence instead.")]
public bool AllowSaveCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether the user can save the credentials between sessions. This property exists only for backwards compatibility and has no effect. To control whether credentials are stored between sessions, use Persistence instead. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.0 - 200.8 |