KRARemove(String) Method
            Removes certificate(s) from 
Certificate property by it's Thumbprint value.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public void Remove(
	string[] thumbprint
)
Public Sub Remove ( 
	thumbprint As String()
)
public:
void Remove(
	array<String^>^ thumbprint
)
member Remove : 
        thumbprint : string[] -> unit 
Parameters
- thumbprint  String
- One or more certificate thumbprint values to identify certificates to remove.