Method Dispose
Dispose(Boolean)
Used by derived classes to clean up resources held by the base class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | True if dispose is being explicitly called from code, false if it is being called from a destructor. |
Remarks
If the instance was constructed with the eraseSecrets argument set to true, the currently assigned secret will be overwritten in memory with zeros.
Dispose()
Disposes this class and any internal resources.
Declaration
public void Dispose()
Remarks
If the instance was constructed with the eraseSecrets argument set to true, any existing secret will be overwritten in memory with zeros.
Dispose(Boolean)
Used by derived classes to clean up resources held by the base class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | True if dispose is being explicitly called from code, false if it is being called from a destructor. |
Remarks
If the instance was constructed with the eraseSecrets argument set to true, the currently assigned secret will be overwritten in memory with zeros.
Dispose()
Disposes this class and any internal resources.
Declaration
public void Dispose()
Remarks
If the instance was constructed with the eraseSecrets argument set to true, any existing secret will be overwritten in memory with zeros.