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 가져옵니다.

속성

Name Description
Count

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

Item[Int32]

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

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

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

GetHashCode()

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

적용 대상