X509DistributionPointRelativeToIssuerName Property |
Gets a X.500 distinguished name part relateive to CRL issuer.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName RelativeToIssuerName { get; }
Public ReadOnly Property RelativeToIssuerName As X500DistinguishedName
Get
public:
property X500DistinguishedName^ RelativeToIssuerName {
X500DistinguishedName^ get ();
}
member RelativeToIssuerName : X500DistinguishedName with get
Property Value
Type:
X500DistinguishedNameRemarks
This member is used only when CRL issuer is not the same entity that issued certificate
in subject.
See Also