CertificateServiceClientCredentialsFactory.IsValidAppIdAsync 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.
Validates an app ID.
public override System.Threading.Tasks.Task<bool> IsValidAppIdAsync (string appId, System.Threading.CancellationToken cancellationToken);
override this.IsValidAppIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function IsValidAppIdAsync (appId As String, cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- appId
- String
The app ID to validate.
- cancellationToken
- CancellationToken
A cancellation token.
Returns
A task that represents the work queued to execute.