SecurityCallers Class

Definition

Provides an ordered collection of identities in the current call chain.

public ref class SecurityCallers sealed : System::Collections::IEnumerable
public sealed class SecurityCallers : System.Collections.IEnumerable
type SecurityCallers = class
    interface IEnumerable
Public NotInheritable Class SecurityCallers
Implements IEnumerable
Inheritance
SecurityCallers
Implements

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.

Properties

Count

Gets the number of callers in the chain.

Item[Int32]

Gets the specified SecurityIdentity item.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

Retrieves the enumeration interface for the object.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to