IAsyncStringStorage.GetStoreIdentityAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique ID for the settings store, which is randomly generated whenever the store is recreated.
public System.Threading.Tasks.Task<string> GetStoreIdentityAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStoreIdentityAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetStoreIdentityAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken