CRLDistributionPointURI Property |
Gets or sets an array of
CDP objects. Each
CDP object represents CRL Distribution Point
URL and URL parameters.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public CDP[] URI { get; set; }
Public Property URI As CDP()
Get
Set
public:
property array<CDP^>^ URI {
array<CDP^>^ get ();
void set (array<CDP^>^ value);
}
member URI : CDP[] with get, set
Property Value
Type:
CDPSee Also