SecPkgCredentials_Cert 구조체(sspi.h)
인증서 자격 증명을 지정합니다. QueryCredentialsAttributes 함수는 이 구조를 사용합니다.
구문
typedef struct _SecPkgCredentials_Cert {
unsigned long EncodedCertSize;
unsigned char *EncodedCert;
} SecPkgCredentials_Cert, *PSecPkgCredentials_Cert;
멤버
EncodedCertSize
인코딩된 인증서의 크기입니다.
EncodedCert
인코딩된 인증서입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | 지원되는 버전 없음 |
지원되는 최소 서버 | Windows Server 2003 R2 [데스크톱 앱만 해당] |
머리글 | sspi.h |