Show / Hide Table of Contents

Class CrlUrlList

This class parses the Certificate Revocation Lists of a signing certificate. It provides access to all CRL URLs in the certificate.

Inheritance
object
CrlUrlList
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: PeNet.Header.Authenticode
Assembly: PeNet.dll
Syntax
public class CrlUrlList

Constructors

| Edit this page View Source

CrlUrlList(byte[])

Create a new CrlUrlList object.

Declaration
public CrlUrlList(byte[] rawData)
Parameters
Type Name Description
byte[] rawData

A byte array containing a X509 certificate

| Edit this page View Source

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 Source

Urls

List with all CRL URLs.

Declaration
public List<string> Urls { get; }
Property Value
Type Description
List<string>

Methods

| Edit this page View Source

ToString()

Create a string representation of all CRL in the list.

Declaration
public override string ToString()
Returns
Type Description
string

CRL URLs.

Overrides
object.ToString()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX