Click or drag to resize

X509DistributionPointReasons Property

Gets the list of reasons covered by CRLs in distribution point.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509RevocationReasons Reasons { get; }

Property Value

Type: X509RevocationReasons
Remarks
If this member is set to zero, then CRLs in this distribution point cover all reasons.
See Also