SeUnlockSubjectContext 함수(wdm.h)

SeUnlockSubjectContext 루틴은 SeLockSubjectContext 호출에 의해 잠긴 캡처된 주제 컨텍스트의 토큰을 잠금 해제합니다.

구문

void SeUnlockSubjectContext(
  [in] PSECURITY_SUBJECT_CONTEXT SubjectContext
);

매개 변수

[in] SubjectContext

토큰의 잠금을 해제할 SECURITY_SUBJECT_CONTEXT 구조체에 대한 포인터입니다.

반환 값

없음

설명

SeUnlockSubjectContext 는 캡처된 주체 컨텍스트의 토큰에 대한 읽기 잠금을 해제합니다.

SeLockSubjectContext에 대한 각 호출은 SeUnlockSubjectContext에 대한 후속 호출과 일치해야 합니다.

보안 및 액세스 제어에 대한 자세한 내용은 Microsoft Windows SDK 이러한 topics 대한 설명서를 참조하세요.

요구 사항

요구 사항
대상 플랫폼 유니버설
헤더 wdm.h(Ntifs.h, Wdm.h 포함)
라이브러리 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL PASSIVE_LEVEL
DDI 규정 준수 규칙 HwStorPortProhibitedDDIs(storport)

추가 정보

SECURITY_SUBJECT_CONTEXT

SeCaptureSubjectContext

SeLockSubjectContext

SePrivilegeCheck

SeQueryAuthenticationIdToken

SeQuerySubjectContextToken

SeReleaseSubjectContext