Enum WinCertificateType
WinCertificate wCertificateType constants.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum WinCertificateType : ushort
Fields
Name | Description |
---|---|
Pkcs1Sign | Certificate is PKCS1 signature. |
PkcsSignedData | Certificate is PKCS signed data. |
Reserved1 | Reserved |
X509 | Certificate is X509 standard. |