ServiceAuthenticationFilter.CreatePrincipal(AuthenticateResult) 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.
Creates an IPrincipal using the provided AuthenticateResult.
protected virtual System.Security.Principal.IPrincipal CreatePrincipal (Microsoft.Owin.Security.AuthenticateResult authenticateResult);
abstract member CreatePrincipal : Microsoft.Owin.Security.AuthenticateResult -> System.Security.Principal.IPrincipal
override this.CreatePrincipal : Microsoft.Owin.Security.AuthenticateResult -> System.Security.Principal.IPrincipal
Protected Overridable Function CreatePrincipal (authenticateResult As AuthenticateResult) As IPrincipal
Parameters
- authenticateResult
- AuthenticateResult
The AuthenticateResult to create the IPrincipal from.
Returns
A new IPrincipal or null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET