SubjectIdentifierType 열거형

정의

SubjectIdentifierType 열거형은 주체 식별자의 형식을 정의합니다.

public enum class SubjectIdentifierType
public enum SubjectIdentifierType
type SubjectIdentifierType = 
Public Enum SubjectIdentifierType
상속
SubjectIdentifierType

필드

IssuerAndSerialNumber 1

인증서 발급자와 일련 번호를 사용하여 주체를 식별합니다.

NoSignature 3

해시 알고리즘만 사용하는 무결성 검사 작업과 관련하여 주체를 식별합니다.

SubjectKeyIdentifier 2

주체 공개 키의 해시를 사용하여 주체를 식별합니다. 사용되는 해시 알고리즘은 주체 인증서의 서명 알고리즘 집합을 통해 결정됩니다.

Unknown 0

주체 식별자의 형식을 알 수 없습니다.

적용 대상

추가 정보