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.0.1
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.