This documentation is archived and is not being maintained.
SecurityIdentity Class
.NET Framework 1.1
Contains information regarding an identity in a COM+ call chain.
For a list of all members of this type, see SecurityIdentity Members.
System.Object
System.EnterpriseServices.SecurityIdentity
[Visual Basic] NotInheritable Public Class SecurityIdentity [C#] public sealed class SecurityIdentity [C++] public __gc __sealed class SecurityIdentity [JScript] public class SecurityIdentity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
You do not create new instances programmatically. Instead, you obtain new instances from SecurityCallContext and SecurityCallers.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
SecurityIdentity Members | System.EnterpriseServices Namespace
Show: