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
| Target | Versions |
|---|---|
| UWP | 100.15 |