SPClaimsAuthenticationManager class
Overrides the base Microsoft.Identitymodel.Claims.ClaimsAuthenticationManager in order to set the correct IClaimsPrincipal in the case of anonymous identity.
Inheritance hierarchy
System.Object
ClaimsAuthenticationManager
Microsoft.SharePoint.IdentityModel.SPClaimsAuthenticationManager
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Class SPClaimsAuthenticationManager _
Inherits ClaimsAuthenticationManager
'Usage
Dim instance As SPClaimsAuthenticationManager
public class SPClaimsAuthenticationManager : ClaimsAuthenticationManager
Remarks
Also see ClaimsAuthenticationManager, ClaimsAuthorizationManager, and OriginalIssuer
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.