SharedAccessSignatureTokenProvider.OnEndGetWebToken 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.
Executes upon calling the EndGetWebToken method.
protected override string OnEndGetWebToken (IAsyncResult result, out DateTime cacheUntil);
override this.OnEndGetWebToken : IAsyncResult * DateTime -> string
Protected Overrides Function OnEndGetWebToken (result As IAsyncResult, ByRef cacheUntil As DateTime) As String
Parameters
- result
- IAsyncResult
An IAsyncResult object that references the asynchronous operation to get a web token.
- cacheUntil
- DateTime
When this method returns, contains the expiration date and time of the token information in the cache.
Returns
The String that represents the web token.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.
Azure SDK for .NET