Visual Guard Class Library Documentation

VGServiceAuthorizationManager.GetPrincipalFromSecurityContext Method 

Gets the current principal from the specified list of claims

public static VGIPrincipal GetPrincipalFromSecurityContext(
   ServiceSecurityContext securityContext
);

Parameters

securityContext
the security context in which the claims are stored.

Return Value

the current principal from the specified list of claims

See Also

VGServiceAuthorizationManager Class | Novalys.VisualGuard.Security.WebService Namespace