Method CreateAsync
CreateAsync(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.String | persistenceId | An optional string that specifies a unique identifier for the persistence instance. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<CredentialPersistence> |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 200.0 - 200.8 |
| UWP | 100.9 - 200.8 |