DrtCreateNullSecurityProvider 함수(drt.h)
DrtCreateNullSecurityProvider 함수는 null 보안 공급자를 만듭니다. 이 보안 공급자는 노드가 키를 인증할 필요가 없습니다.
구문
HRESULT DrtCreateNullSecurityProvider(
[out] DRT_SECURITY_PROVIDER **ppSecurityProvider
);
매개 변수
[out] ppSecurityProvider
DRT_SETTINGS 구조체에 대한 포인터입니다.
반환 값
이 함수는 성공에 대한 S_OK 반환합니다. 다른 가능한 값은 다음과 같습니다.
반환 코드 | 설명 |
---|---|
|
시스템에서 공급자에 대한 메모리를 할당할 수 없습니다. |
|
ppDrtSecurityProvider 는 NULL입니다. |
요구 사항
지원되는 최소 클라이언트 | Windows 7 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 R2 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | drt.h |
라이브러리 | Drtprov.lib |
DLL | Drt.dll |