public sealed class X509IssuerSerial
Public NotInheritable Class X509IssuerSerial
public ref class X509IssuerSerial sealed
[<SealedAttribute>]
type X509IssuerSerial = class end
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 |
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. |
Equals | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
ToString | (Inherited from Object) |