Show / Hide Table of Contents

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
TargetVersions
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.