X509IssuerSerial Class

Represents the X509IssuerSerial element of an XML digital signature.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public sealed class X509IssuerSerial
Inheritance
Object    X509IssuerSerial

Remarks

This class is a replacement for a .NET native X509IssuerSerial structure.

Constructors

X509IssuerSerial(Byte) Initializes a new instance of X509IssuerSerial from ASN.1-encoded byte array that contains issuer information.
X509IssuerSerial(X500DistinguishedName, String)Initializes a new instance of the X509IssuerSerial class

Properties

Issuer Gets an X.509 certificate issuer's distinguished name in a string format.
IssuerName Gets or sets an X.509 certificate issuer's distinguished name.
RawData Gets ASN.1-encoded byte array that represents current object.
SerialNumber Gets or sets an X.509 certificate issuer's serial number.

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also