SecurityCallers 클래스

정의

현재 호출 체인에 있는 ID에 대해 순서가 지정된 컬렉션을 제공합니다.

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
상속
SecurityCallers
구현

설명

합니다 SecurityCallers COM +에서 항목을 제공 하는 클래스 ISecurityCallersColl 인덱싱된 속성 컬렉션입니다.

새 인스턴스를 프로그래밍 방식으로 만들어지지 않습니다. 가져온는 SecurityCallContext 구성 요소입니다.

속성

Count

체인의 호출자 수를 가져옵니다.

Item[Int32]

지정된 SecurityIdentity 항목을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

개체의 열거 인터페이스를 검색합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상