Click or drag to resize
AuthenticationPrincipal Class

[Missing <summary> documentation for "T:X3Platform.Security.Authentication.AuthenticationPrincipal"]

Inheritance Hierarchy
SystemObject
  X3Platform.Security.AuthenticationAuthenticationPrincipal

Namespace: X3Platform.Security.Authentication
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class AuthenticationPrincipal : IPrincipal

The AuthenticationPrincipal type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationPrincipal
初始化 若成员通过授权则创建.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsInRole
验证是否是角色
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIdentity
返回一个现实IIdentity接口的 IAccountInfo对象
Top
See Also