SubjectIdentifierOrKeyType 枚举
定义
SubjectIdentifierOrKeyType 枚举定义如何标识使用者。The SubjectIdentifierOrKeyType enumeration defines how a subject is identified.
public enum class SubjectIdentifierOrKeyType
public enum SubjectIdentifierOrKeyType
type SubjectIdentifierOrKeyType =
Public Enum SubjectIdentifierOrKeyType
- 继承
字段
| IssuerAndSerialNumber | 1 | 通过证书颁发者和序列号标识使用者。The subject is identified by the certificate issuer and serial number. |
| PublicKeyInfo | 3 | 通过公钥标识使用者。The subject is identified by the public key. |
| SubjectKeyIdentifier | 2 | 通过使用者密钥的哈希值标识使用者。The subject is identified by the hash of the subject key. |
| Unknown | 0 | 类型未知。The type is unknown. |