Removes a certificate from this certificate store.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Remove ( _ cert As Certificate _ ) |
C# |
---|
public void Remove( Certificate cert ) |
Parameters
- cert
- Type: Rebex.Security.Certificates..::..Certificate
Certificate to be removed.