ISecurityCallersColl interface (comsvcs.h)

Provides access to information about individual callers in a collection of callers. The collection represents the chain of calls ending with the current call, and each caller in the collection represents the identity of one caller. Only callers who cross a boundary where security is checked are included in the chain of callers. (In the COM+ environment, security is checked at application boundaries.) Access to information about a particular caller's identity is provided through ISecurityIdentityColl, an identity collection.

Inheritance

The ISecurityCallersColl interface inherits from the IDispatch interface. ISecurityCallersColl also has these types of members:

Methods

The ISecurityCallersColl interface has these methods.

 
ISecurityCallersColl::get__NewEnum

Retrieves an enumerator for the security callers collection.
ISecurityCallersColl::get_Count

Retrieves the number of callers in the security callers collection.
ISecurityCallersColl::get_Item

Retrieves a specified caller in the security callers collection.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

CoGetCallContext

ISecurityCallContext

ISecurityIdentityColl

SecurityCallers