C# Class Opc.Ua.Win32.CRL_INFO

Show file Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Properties

Property Type Description
Issuer CERT_NAME_BLOB
NextUpdate System.Runtime.InteropServices.ComTypes.FILETIME
SignatureAlgorithm CRYPT_ALGORITHM_IDENTIFIER
ThisUpdate System.Runtime.InteropServices.ComTypes.FILETIME
cCRLEntry int
cExtension int
dwVersion int
rgCRLEntry System.IntPtr
rgExtension System.IntPtr

Property Details

Issuer public property

public CERT_NAME_BLOB Issuer
return CERT_NAME_BLOB

NextUpdate public property

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

SignatureAlgorithm public property

public CRYPT_ALGORITHM_IDENTIFIER SignatureAlgorithm
return CRYPT_ALGORITHM_IDENTIFIER

ThisUpdate public property

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

cCRLEntry public property

public int cCRLEntry
return int

cExtension public property

public int cExtension
return int

dwVersion public property

public int dwVersion
return int

rgCRLEntry public property

public IntPtr,System rgCRLEntry
return System.IntPtr

rgExtension public property

public IntPtr,System rgExtension
return System.IntPtr