KRA.Remove 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)
Syntaxpublic void Remove(
string[] thumbprint
)
Public Sub Remove (
thumbprint As String()
)
public:
void Remove(
array<String^>^ thumbprint
)
member Remove :
thumbprint : string[] -> unit
Parameters
- thumbprint
- Type:System.String[]
One or more certificate thumbprint values to identify certificates to remove.
See Also