SPClaimsAuthenticationManager members
Overrides the base Microsoft.Identitymodel.Claims.ClaimsAuthenticationManager in order to set the correct IClaimsPrincipal in the case of anonymous identity.
The SPClaimsAuthenticationManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClaimsAuthenticationManager | Initializes a new instance of the SPClaimsAuthenticationManager class. |
Top
Methods
Name | Description | |
---|---|---|
Authenticate | Confirms the security context of the user on whose behalf the code is running. (Overrides ClaimsAuthenticationManagerAuthenticate(String, IClaimsPrincipal).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top