The T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal class extends the T:System.Security.Principal.WindowsPrincipal to carry T:Microsoft.IdentityModel.Claims.Claim information in addition to the identity information draw from Windows security tokens.
В следующей таблице перечислены члены, предоставляемые типом WindowsClaimsPrincipal.
Открытый Конструкторы
Имя | Описание | |
---|---|---|
WindowsClaimsPrincipal | Перегружено. Initializes an instance of the WindowsClaimsPrincipal. |
Открытый Свойства
Имя | Описание | |
---|---|---|
Identities | A collection of claims-based identities associated with this principal. | |
Identity | Переписано. Gets the IIdentity associated with this principal. |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
Copy | Returns a new T:Microsoft.IdentityModel.Claims.WindowsClaimsPrincipal object copied from this object. | |
CreateFromWindowsIdentity | Перегружено. | |
Dispose | Перегружено. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
IsInRole | Перегружено. | |
ReferenceEquals | (унаследовано от Object) | |
ToString | (унаследовано от Object) |
Защищенный Методы
Имя | Описание | |
---|---|---|
Dispose | Перегружено. | |
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.