Enum CertificateType
- Namespace
- AsmResolver.PE.Certificates
- Assembly
- AsmResolver.PE.dll
Provides members describing all possible certificate types a single attribute certificate in a signed portable executable file can contain.
public enum CertificateType : ushort
Fields
PkcsSignedData = 2
Indicates the contents of the attribute is a PKCS#7 SignedData structure.
Reserved1 = 3
Reserved.
TsStackSigned = 4
Indicates the contents of the attribute is a Terminal Server Protocol stack certificate.
X509 = 1
Indicates the contents of the attribute is a X.509 certificate.