RevocationAndRenewalReasons 열거형

정의

미디어 구성 요소에 대한 인증서 해지 및 갱신 이유를 정의합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class RevocationAndRenewalReasons
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RevocationAndRenewalReasons
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RevocationAndRenewalReasons
var value = Windows.Media.Protection.RevocationAndRenewalReasons.userModeComponentLoad
Public Enum RevocationAndRenewalReasons
상속
RevocationAndRenewalReasons
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

AppComponent 4

앱 구성 요소.

BootDriverVerificationFailed 1048576

부팅 드라이버를 확인할 수 없습니다.

ComponentCertificateRevoked 32768

신뢰할 수 있는 구성 요소의 인증서 체인에 있는 인증서가 해지되었습니다.

ComponentHighSecurityCertificateRevoked 131072

PE(보호된 환경)를 인증하기 위한 높은 보안 인증서가 해지되었습니다.

높은 보안 인증서는 일반적으로 HD-DVD와 같은 고화질 콘텐츠 및 차세대 형식을 처리하는 ITA에서 사용됩니다.

ComponentLowSecurityCertificateRevoked 262144

PE 인증을 위한 낮은 보안 인증서가 해지되었습니다.

낮은 보안 인증서는 일반적으로 표준 정의 콘텐츠 및 현재 세대 형식을 처리하는 ITA에서 사용됩니다.

ComponentRevoked 8192

신뢰할 수 있는 구성 요소가 해지되었습니다.

ComponentSignedWithTestCertificate 16777216

구성 요소가 테스트 인증서로 서명되었습니다.

EncryptionFailure 268435456

인증서 체인이 올바른 형식이 아니거나 부팅 드라이버가 서명되지 않았거나 신뢰할 수 없는 인증서로 서명되었습니다.

GlobalRevocationListAbsent 4096

GRL을 찾을 수 없습니다.

GlobalRevocationListLoadFailed 16

GRL(전역 해지 목록)을 로드할 수 없습니다.

InvalidComponentCertificateExtendedKeyUse 16384

인증서의 EKU(확장 키 사용) 개체가 잘못되었습니다.

InvalidComponentCertificateRoot 65536

루트 인증서가 잘못되었습니다.

InvalidGlobalRevocationListSignature 32

GRL 서명이 잘못되었습니다.

KernelModeComponentLoad 2

커널 모드 구성 요소입니다.

UserModeComponentLoad 1

사용자 모드 구성 요소입니다.

적용 대상