IssuerSerial Class

Definition

Represents the IssuerSerial property of X509Data as per: https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-X509Data

public class IssuerSerial
type IssuerSerial = class
Public Class IssuerSerial
Inheritance
IssuerSerial

Constructors

IssuerSerial(String, String)

Creates an IssuerSerial using the specified IssuerName and SerialNumber.

Properties

IssuerName

Gets the IssuerName of the IssuerSerial.

SerialNumber

Gets the SerialNumber of the IssuerSerial.

Methods

Equals(Object)

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

GetHashCode()

Serves as the default hash function.

Applies to