RsaClaimsIdentity 成员

A representing authentication using a PKI key pair.

下表列出了 RsaClaimsIdentity 类型公开的成员。

Public 构造函数

(另请参阅 Protected 构造函数)

  名称 说明
  RsaClaimsIdentity 已重载。  

页首

Protected 构造函数

  名称 说明
  RsaClaimsIdentity 已重载。  

页首

Public 字段

  名称 说明
public field static DefaultIssuer  Gets the default value for the claim issuer if none is specified. (从 ClaimsIdentity 继承)
public field static DefaultNameClaimType  The default name claim type. (从 ClaimsIdentity 继承)

页首

Public 属性

  名称 说明
public property Actor  T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. (从 ClaimsIdentity 继承)
public property static AnonymousIdentity  Returns a ClaimsIdentity with zero claims. (从 ClaimsIdentity 继承)
public property AuthenticationType  Gets the type of authentication used.  (从 ClaimsIdentity 继承)
public property BootstrapToken  Gets or sets the token that was originally used to create this identity. (从 ClaimsIdentity 继承)
public property Claims  Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. (从 ClaimsIdentity 继承)
public property IsAuthenticated  Gets a value that indicates whether the user has been authenticated. (从 ClaimsIdentity 继承)
public property Label  A string label for the user who is represented by this IClaimsIdentity. (从 ClaimsIdentity 继承)
public property Name  Gets the name of the current user. (从 ClaimsIdentity 继承)
public property NameClaimType  Provides access to the name of the claim type used to determine IIdentity.Name. (从 ClaimsIdentity 继承)
public property RoleClaimType  Claim type used for IPrincipal.IsInRole. (从 ClaimsIdentity 继承)

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method Copy  Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (从 ClaimsIdentity 继承)
public method Equals  已重载。 (从 Object 继承)
public methodstatic GetClaimsFromCertificate  (从 ClaimsIdentity 继承)
public method GetHashCode  (从 Object 继承)
public method GetType  (从 Object 继承)
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. (从 ClaimsIdentity 继承)

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method GetObjectData 重写。 Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity.
protected method MemberwiseClone  (从 Object 继承)

页首

显式接口实现

  名称 说明
  System.Runtime.Serialization.ISerializable.GetObjectData  (从 ClaimsIdentity 继承)

页首

请参见

参考

RsaClaimsIdentity 类
Microsoft.IdentityModel.Claims 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。