C# Class Opc.Ua.CertificateFactory.CERT_INFO

ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Properties

Property Type Description
Issuer CERT_NAME_BLOB
IssuerUniqueId CRYPT_BIT_BLOB
NotAfter System.Runtime.InteropServices.ComTypes.FILETIME
NotBefore System.Runtime.InteropServices.ComTypes.FILETIME
SerialNumber CRYPT_INTEGER_BLOB
SignatureAlgorithm CRYPT_ALGORITHM_IDENTIFIER
Subject CERT_NAME_BLOB
SubjectPublicKeyInfo CERT_PUBLIC_KEY_INFO
SubjectUniqueId CRYPT_BIT_BLOB
cExtension int
dwVersion int
rgExtension System.IntPtr

Property Details

Issuer public_oe property

public CERT_NAME_BLOB Issuer
return CERT_NAME_BLOB

IssuerUniqueId public_oe property

public CRYPT_BIT_BLOB IssuerUniqueId
return CRYPT_BIT_BLOB

NotAfter public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME NotAfter
return System.Runtime.InteropServices.ComTypes.FILETIME

NotBefore public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME NotBefore
return System.Runtime.InteropServices.ComTypes.FILETIME

SerialNumber public_oe property

public CRYPT_INTEGER_BLOB SerialNumber
return CRYPT_INTEGER_BLOB

SignatureAlgorithm public_oe property

public CRYPT_ALGORITHM_IDENTIFIER SignatureAlgorithm
return CRYPT_ALGORITHM_IDENTIFIER

Subject public_oe property

public CERT_NAME_BLOB Subject
return CERT_NAME_BLOB

SubjectPublicKeyInfo public_oe property

public CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo
return CERT_PUBLIC_KEY_INFO

SubjectUniqueId public_oe property

public CRYPT_BIT_BLOB SubjectUniqueId
return CRYPT_BIT_BLOB

cExtension public_oe property

public int cExtension
return int

dwVersion public_oe property

public int dwVersion
return int

rgExtension public_oe property

public IntPtr,System rgExtension
return System.IntPtr