SecurityProperty 인터페이스(comsvcs.h)
현재 개체의 원래 호출자 및 직접 호출자에 대한 정보를 검색합니다.
개체의 호출자에 대한 정보를 가져오는 기본 방법은 SecurityProperty 인터페이스 대신 SecurityCallContext 클래스를 사용하는 것입니다.
SecurityProperty 및 ISecurityProperty 는 동일한 기능을 제공하지만 ISecurityProperty와 달리 SecurityProperty 는 Automation과 호환됩니다.
상속
SecurityProperty 인터페이스는 IDispatch 인터페이스에서 상속됩니다. SecurityProperty 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
SecurityProperty 인터페이스에는 이러한 메서드가 있습니다.
SecurityProperty::GetDirectCallerName 현재 실행 중인 메서드를 호출한 외부 프로세스와 연결된 사용자 이름을 검색합니다. |
SecurityProperty::GetDirectCreatorName 현재 개체의 즉시(out-of-process) 작성자와 연결된 사용자 이름을 검색합니다. |
SecurityProperty::GetOriginalCallerName 현재 개체에 대한 호출이 시작된 호출 시퀀스를 시작한 기본 프로세스와 연결된 사용자 이름을 검색합니다. |
SecurityProperty::GetOriginalCreatorName 현재 개체가 실행 중인 작업을 시작한 원래 기본 프로세스와 연결된 사용자 이름을 검색합니다. |
요구 사항
지원되는 최소 클라이언트 | Windows 2000 Professional[데스크톱 앱만] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | comsvcs.h |