CRLDistributionPointURI Property
            Gets or sets an array of 
CDP objects. Each 
CDP object represents CRL Distribution Point
            URL and URL parameters.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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
CDP