SpImportSecurityContextFn 콜백 함수(ntsecpkg.h)
SpImportSecurityContext 함수는 다른 프로세스에서 보안 컨텍스트를 가져옵니다.
SpImportSecurityContext 함수는 보안 지원 공급자 인터페이스ImportSecurityContext 함수에 대한 디스패치 함수입니다.
통사론
SpImportSecurityContextFn Spimportsecuritycontextfn;
NTSTATUS Spimportsecuritycontextfn(
[in] PSecBuffer pPackedContext,
[in] HANDLE Token,
[out] PLSA_SEC_HANDLE phContext
)
{...}
매개 변수
[in] pPackedContext
SpExportSecurityContext 함수에서 이전에 생성한 직렬화된보안 컨텍스트 포함하는 SecBuffer 구조체에 대한 포인터입니다.
[in] Token
선택적. 컨텍스트 토큰에 대한 핸들입니다.
[out] phContext
가져온 컨텍스트 핸들을 받는 LSA_SEC_HANDLE 대한 포인터입니다.
반환 값
함수가 성공하면 STATUS_SUCCESS 반환합니다.
함수가 실패하면 실패한 이유를 나타내는 NTSTATUS 코드를 반환합니다.
발언
SSP/AP는 SpImportSecurityContext 함수를 구현해야 합니다. 그러나 구현에 지정된 실제 이름은 개발자에게 달려 있습니다.
SpImportSecurityContext 함수에 대한 포인터는 SpUserModeInitialize 함수로부터 받은 SECPKG_USER_FUNCTION_TABLE 구조에서 사용할 수 있습니다.
요구 사항
요구 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | ntsecpkg.h |
참고 항목
spExportSecurityContext