CompositeMLDsa.Dispose Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Dispose() | Releases all resources used by the CompositeMLDsa class. | 
| Dispose(Boolean) | Called by the Dispose() method to release the managed and unmanaged resources used by the current instance of the CompositeMLDsa class. | 
Dispose()
- Source:
- CompositeMLDsa.cs
Releases all resources used by the CompositeMLDsa class.
public:
 virtual void Dispose();public void Dispose();abstract member Dispose : unit -> unit
override this.Dispose : unit -> unitPublic Sub Dispose ()Implements
Applies to
Dispose(Boolean)
- Source:
- CompositeMLDsa.cs
Called by the Dispose() method to release the managed and unmanaged resources used by the current instance of the CompositeMLDsa class.
protected:
 virtual void Dispose(bool disposing);protected virtual void Dispose(bool disposing);abstract member Dispose : bool -> unit
override this.Dispose : bool -> unitProtected Overridable Sub Dispose (disposing As Boolean)Parameters
- disposing
- Boolean
true to release managed and unmanaged resources; false to release only unmanaged resources.