Click or drag to resize

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; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionSetter value does not represent a valid array of URLs.
ArgumentNullExceptionSetter value is null reference.
Remarks
This property must not be null.
See Also