SecurityIdentity Class
Contains information that regards an identity in a COM+ call chain.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | AccountName | Gets the name of the user described by this identity. |
![]() | AuthenticationLevel | Gets the authentication level of the user described by this identity. |
![]() | AuthenticationService | Gets the authentication service described by this identity. |
![]() | ImpersonationLevel | Gets the impersonation level of the user described by this identity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
You do not create new instances programmatically. Instead, you obtain new instances from SecurityCallContext and SecurityCallers.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

