OcspResponderRevocationConfigurationBaseCrlUrls Property |
Gets or sets an array of URLs that point to Base CRL locations. Every URL must be either HTTP or LDAP.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] BaseCrlUrls { get; set; }
Public Property BaseCrlUrls As String()
Get
Set
public:
property array<String^>^ BaseCrlUrls {
array<String^>^ get ();
void set (array<String^>^ value);
}
member BaseCrlUrls : string[] with get, set
Property Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | Setter value does not represent a valid array of URLs. |
ArgumentNullException | Setter value is null reference. |
Remarks This property must not be null.
See Also