OcspResponderRevocationConfigurationBaseCrlUrls Property

Gets or sets an array of URLs that point to Base CRL locations. Every URL must be either HTTP or LDAP.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public string[] BaseCrlUrls { get; set; }

Property Value

String

Remarks

This property must not be null.

Exceptions

ArgumentExceptionSetter value does not represent a valid array of URLs.
ArgumentNullExceptionSetter value is null reference.

See Also