C# Class Internal.Cryptography.Pal.Native.CERT_INFO

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Issuer CRYPTOAPI_BLOB
IssuerUniqueId CRYPT_BIT_BLOB
NotAfter FILETIME
NotBefore FILETIME
SerialNumber CRYPTOAPI_BLOB
SignatureAlgorithm CRYPT_ALGORITHM_IDENTIFIER
Subject CRYPTOAPI_BLOB
SubjectPublicKeyInfo CERT_PUBLIC_KEY_INFO
SubjectUniqueId CRYPT_BIT_BLOB
cExtension int
dwVersion int
rgExtension CERT_EXTENSION*

Property Details

Issuer public property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native Issuer
return CRYPTOAPI_BLOB

IssuerUniqueId public property

public CRYPT_BIT_BLOB,Internal.Cryptography.Pal.Native IssuerUniqueId
return CRYPT_BIT_BLOB

NotAfter public property

public FILETIME NotAfter
return FILETIME

NotBefore public property

public FILETIME NotBefore
return FILETIME

SerialNumber public property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native SerialNumber
return CRYPTOAPI_BLOB

SignatureAlgorithm public property

public CRYPT_ALGORITHM_IDENTIFIER,Internal.Cryptography.Pal.Native SignatureAlgorithm
return CRYPT_ALGORITHM_IDENTIFIER

Subject public property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native Subject
return CRYPTOAPI_BLOB

SubjectPublicKeyInfo public property

public CERT_PUBLIC_KEY_INFO,Internal.Cryptography.Pal.Native SubjectPublicKeyInfo
return CERT_PUBLIC_KEY_INFO

SubjectUniqueId public property

public CRYPT_BIT_BLOB,Internal.Cryptography.Pal.Native SubjectUniqueId
return CRYPT_BIT_BLOB

cExtension public property

public int cExtension
return int

dwVersion public property

public int dwVersion
return int

rgExtension public property

public CERT_EXTENSION* rgExtension
return CERT_EXTENSION*