Click or drag to resize

IClaimsIdentity Interface

Represents the claims identity

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IClaimsIdentity : IIdentity

The IClaimsIdentity type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
Gets the type of authentication used.
(Inherited from IIdentity.)
Public propertyClaims
Gets the claims
Public propertyIsAuthenticated
Gets a value that indicates whether the user has been authenticated.
(Inherited from IIdentity.)
Public propertyName
Gets the name of the current user.
(Inherited from IIdentity.)
Top
Methods
  NameDescription
Public methodAddClaim
Add a single claim
Public methodAddClaims
Add multiple claims
Public methodFindAll
Find all matching
Public methodFindFirst
Find the first
Public methodRemoveClaim
Remove a claim
Top
See Also