ServiceAuthenticationFilter::CreatePrincipal Method (AuthenticateResult^)

 

Creates an IPrincipal using the provided AuthenticateResult.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

protected:
virtual IPrincipal^ CreatePrincipal(
	AuthenticateResult^ authenticateResult
)

Parameters

authenticateResult
Type: Microsoft.Owin.Security::AuthenticateResult^

The AuthenticateResult to create the IPrincipal from.

Return Value

Type: System.Security.Principal::IPrincipal^

A new IPrincipal or null.

Return to top
Show: