Click or drag to resize

X509IssuerSerial Class

Represents the X509IssuerSerial element of an XML digital signature.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Cryptography.PkcsX509IssuerSerial

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public sealed class X509IssuerSerial

The X509IssuerSerial type exposes the following members.

Constructors
  NameDescription
Public methodX509IssuerSerial(Byte)
Initializes a new instance of X509IssuerSerial from ASN.1-encoded byte array that contains issuer information.
Public methodX509IssuerSerial(X500DistinguishedName, String)
Initializes a new instance of the X509IssuerSerial class
Top
Properties
  NameDescription
Public propertyIssuer
Gets an X.509 certificate issuer's distinguished name in a string format.
Public propertyIssuerName
Gets or sets an X.509 certificate issuer's distinguished name.
Public propertyRawData
Gets ASN.1-encoded byte array that represents current object.
Public propertySerialNumber
Gets or sets an X.509 certificate issuer's serial number.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This class is a replacement for a .NET native X509IssuerSerial structure.
See Also