Show / Hide Table of Contents

Method CreateDefaultAsync

CreateDefaultAsync(String)

Creates a default CredentialPersistence object for the current platform asynchronously.

Declaration
public static Task<CredentialPersistence> CreateDefaultAsync(string persistenceId = null)
Parameters
Type Name Description
System.String persistenceId

An optional string that specifies a unique identifier for the persistence storage instance.

Returns
Type Description
System.Threading.Tasks.Task<CredentialPersistence>

A task which creates a new CredentialPersistence object for the current platform. If the current platform is not supported, the task will instead return null.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.9 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.9 - 200.7
Xamarin.Android100.9 - 100.14
Xamarin.iOS100.9 - 100.15
UWP100.9 - 200.7
In This Article
Back to top Copyright © 2022 Esri.