X509Data Class

Definition

Represents a XmlDsig X509Data element as per: https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-X509Data

public class X509Data
type X509Data = class
Public Class X509Data
Inheritance
X509Data

Remarks

Supports multiple certificates.

Constructors

X509Data()

Initializes an instance of X509Data.

X509Data(IEnumerable<X509Certificate2>)

Initializes an instance of X509Data.

X509Data(X509Certificate2)

Initializes an instance of X509Data.

Properties

Certificates

Get the collection of X509Certificates that is associated with 'X509Data'.

CRL

Get or sets the 'CRL' value that is a part of 'X509Data'.

IssuerSerial

Gets or sets the 'X509IssuerSerial' that is part of a 'X509Data'.

SKI

Gets or sets the 'X509SKI' value that is a part of 'X509Data'.

SubjectName

Get or sets the 'X509SubjectName' value that is a part of 'X509Data'.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to