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)
Syntaxpublic 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:
String
Exceptions| Exception | Condition |
|---|
| ArgumentException | Setter value does not represent a valid array of URLs. |
| ArgumentNullException | Setter value is null reference. |
RemarksThis property must not be null.
See Also