SecurityCallers Class
Provides an ordered collection of identities in the current call chain.
For a list of all members of this type, see SecurityCallers Members.
System.Object
System.EnterpriseServices.SecurityCallers
[Visual Basic] NotInheritable Public Class SecurityCallers Implements IEnumerable [C#] public sealed class SecurityCallers : IEnumerable [C++] public __gc __sealed class SecurityCallers : public IEnumerable [JScript] public class SecurityCallers implements IEnumerable
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
The SecurityCallers class provides the items in the COM+ ISecurityCallersColl collection as indexed properties.
New instances are not created programmatically. They are obtained from the SecurityCallContext component.
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
SecurityCallers Members | System.EnterpriseServices Namespace