X509IssuerSerialIssuerName Property |
Gets or sets an X.509 certificate issuer's distinguished name.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName IssuerName { get; }
Public ReadOnly Property IssuerName As X500DistinguishedName
Get
public:
property X500DistinguishedName^ IssuerName {
X500DistinguishedName^ get ();
}
member IssuerName : X500DistinguishedName with get
Property Value
Type:
X500DistinguishedNameSee Also