X509DistributionPointRelativeToIssuerName Property
Gets a X.500 distinguished name part relative to CRL issuer.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public X500DistinguishedName RelativeToIssuerName { get; }
Public ReadOnly Property RelativeToIssuerName As X500DistinguishedName
Get
public:
property X500DistinguishedName^ RelativeToIssuerName {
X500DistinguishedName^ get ();
}
member RelativeToIssuerName : X500DistinguishedName with get
Property Value
X500DistinguishedName
This member is used only when CRL issuer is not the same entity that issued certificate
in subject.