SecurityTokenResult.Success(ClaimsPrincipal) 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.
Static initializer for creating validation result of a valid token.
public static Microsoft.Azure.WebJobs.Extensions.SignalRService.SecurityTokenResult Success(System.Security.Claims.ClaimsPrincipal principal);
static member Success : System.Security.Claims.ClaimsPrincipal -> Microsoft.Azure.WebJobs.Extensions.SignalRService.SecurityTokenResult
Public Shared Function Success (principal As ClaimsPrincipal) As SecurityTokenResult
Parameters
- principal
- ClaimsPrincipal
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET