Show / Hide Table of Contents

Method CreateAsync

CreateAsync(Nullable<String>)

Creates a new AppDataCredentialPersistence object asynchronously with the specified persistence ID.

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

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

Returns
Type Description
Task<CredentialPersistence>

Applies to

Platforms and versions
TargetVersions
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.