A representing authentication using a PKI key pair.
В следующей таблице перечислены члены, предоставляемые типом RsaClaimsIdentity.
Открытый Конструкторы (см. также Защищенный Конструкторы)
Имя | Описание | |
---|---|---|
RsaClaimsIdentity | Перегружено. |
Защищенный Конструкторы
Имя | Описание | |
---|---|---|
RsaClaimsIdentity | Перегружено. |
Открытый Поля
Имя | Описание | |
---|---|---|
DefaultIssuer | Gets the default value for the claim issuer if none is specified. (унаследовано от ClaimsIdentity) | |
DefaultNameClaimType | The default name claim type. (унаследовано от ClaimsIdentity) |
Открытый Свойства
Имя | Описание | |
---|---|---|
Actor | T:Microsoft.IdentityModel.Claims.IClaimsIdentity of the calling party that was granted delegation rights. (унаследовано от ClaimsIdentity) | |
AnonymousIdentity | Returns a ClaimsIdentity with zero claims. (унаследовано от ClaimsIdentity) | |
AuthenticationType | Gets the type of authentication used. (унаследовано от ClaimsIdentity) | |
BootstrapToken | Gets or sets the token that was originally used to create this identity. (унаследовано от ClaimsIdentity) | |
Claims | Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity. (унаследовано от ClaimsIdentity) | |
IsAuthenticated | Gets a value that indicates whether the user has been authenticated. (унаследовано от ClaimsIdentity) | |
Label | A string label for the user who is represented by this IClaimsIdentity. (унаследовано от ClaimsIdentity) | |
Name | Gets the name of the current user. (унаследовано от ClaimsIdentity) | |
NameClaimType | Provides access to the name of the claim type used to determine IIdentity.Name. (унаследовано от ClaimsIdentity) | |
RoleClaimType | Claim type used for IPrincipal.IsInRole. (унаследовано от ClaimsIdentity) |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.ClaimsIdentity object copied from this object. (унаследовано от ClaimsIdentity) | |
Equals | Перегружено. (унаследовано от Object) | |
GetClaimsFromCertificate | (унаследовано от ClaimsIdentity) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
ReferenceEquals | (унаследовано от Object) | |
ToString | Returns a string representation of the T:Microsoft.IdentityModel.Claims.ClaimsIdentity object. (унаследовано от ClaimsIdentity) |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
GetObjectData | Переписано. Populates the specified T:System.Runtime.Serialization.SerializationInfo with the serialization data for the WindowsClaimsIdentity. | |
MemberwiseClone | (унаследовано от Object) |
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData | (унаследовано от ClaimsIdentity) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.