DsCDPContainerAddCrl Method
Adds new certificate revocation list to Active Directory.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool AddCrl(
X509CRL2 crl,
string hostName = null
)
Public Function AddCrl (
crl As X509CRL2,
Optional hostName As String = Nothing
) As Boolean
public:
bool AddCrl(
X509CRL2^ crl,
String^ hostName = nullptr
)
member AddCrl :
crl : X509CRL2 *
?hostName : string
(* Defaults:
let _hostName = defaultArg hostName null
*)
-> bool
- crl X509CRL2
- Specifies a CRL to publish in Active Directory.
- hostName String (Optional)
-
Specifies host name of CA server that issued the CRL. This parameter is optional and can be omitted if
CRL includes Published CRL Locations CRL extension. If specified, this parameter takes
precedence over Published CRL Locations extension value.
Boolean
This method always returns
True.