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

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство 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_oe property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native Issuer
Résultat CRYPTOAPI_BLOB

IssuerUniqueId public_oe property

public CRYPT_BIT_BLOB,Internal.Cryptography.Pal.Native IssuerUniqueId
Résultat CRYPT_BIT_BLOB

NotAfter public_oe property

public FILETIME NotAfter
Résultat FILETIME

NotBefore public_oe property

public FILETIME NotBefore
Résultat FILETIME

SerialNumber public_oe property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native SerialNumber
Résultat CRYPTOAPI_BLOB

SignatureAlgorithm public_oe property

public CRYPT_ALGORITHM_IDENTIFIER,Internal.Cryptography.Pal.Native SignatureAlgorithm
Résultat CRYPT_ALGORITHM_IDENTIFIER

Subject public_oe property

public CRYPTOAPI_BLOB,Internal.Cryptography.Pal.Native Subject
Résultat CRYPTOAPI_BLOB

SubjectPublicKeyInfo public_oe property

public CERT_PUBLIC_KEY_INFO,Internal.Cryptography.Pal.Native SubjectPublicKeyInfo
Résultat CERT_PUBLIC_KEY_INFO

SubjectUniqueId public_oe property

public CRYPT_BIT_BLOB,Internal.Cryptography.Pal.Native SubjectUniqueId
Résultat CRYPT_BIT_BLOB

cExtension public_oe property

public int cExtension
Résultat int

dwVersion public_oe property

public int dwVersion
Résultat int

rgExtension public_oe property

public CERT_EXTENSION* rgExtension
Résultat CERT_EXTENSION*