KRARemove Method (String) |
Removes certificate(s) from
Certificate property by it's Thumbprint value.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public void Remove(
string[] thumbprint
)
Public Sub Remove (
thumbprint As String()
)
public:
void Remove(
array<String^>^ thumbprint
)
member Remove :
thumbprint : string[] -> unit
Parameters
- thumbprint
- Type: SystemString
One or more certificate thumbprint values to identify certificates to remove.
See Also