Class CrlUrlList
This class parses the Certificate Revocation Lists of a signing certificate. It provides access to all CRL URLs in the certificate.
Inherited Members
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class CrlUrlList
Constructors
| Edit this page View SourceCrlUrlList(byte[])
Create a new CrlUrlList object.
Declaration
public CrlUrlList(byte[] rawData)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | rawData | A byte array containing a X509 certificate |
CrlUrlList(X509Certificate2)
Create a new CrlUrlList object.
Declaration
public CrlUrlList(X509Certificate2 cert)
Parameters
| Type | Name | Description |
|---|---|---|
| X509Certificate2 | cert | A X509 certificate object. |
Properties
| Edit this page View SourceUrls
List with all CRL URLs.
Declaration
public List<string> Urls { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Methods
| Edit this page View SourceToString()
Create a string representation of all CRL in the list.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | CRL URLs. |