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 |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.9 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.9 - 100.12 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 100.14 |