X509IssuerSerial Class |
Namespace: SysadminsLV.PKI.Cryptography.Pkcs
The X509IssuerSerial type exposes the following members.
Name | Description | |
---|---|---|
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 |
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |