Reset Method
Resets all certificate properties to their default values.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method will reset all certificate properties to their default values. If a certificate and private key is selected and/or a certificate store is opened, both are released upon calling this method.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.