OcspResponderRevocationConfigurationIssuedSerialNumbersDirectories Property |
Gets an array of UNC or local file paths that are being used by the CA to store the serial numbers of certificates.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string[] IssuedSerialNumbersDirectories { get; set; }
Public Property IssuedSerialNumbersDirectories As String()
Get
Set
public:
property array<String^>^ IssuedSerialNumbersDirectories {
array<String^>^ get ();
void set (array<String^>^ value);
}
member IssuedSerialNumbersDirectories : string[] with get, set
Property Value
Type:
StringRemarks This property has no effect for systems prior to Windows Server 2016.
See Also