C#
C++/CLI
Releases all resources used by this DicomOpenSslContextSettings.
[HandleProcessCorruptedStateExceptionsAttribute()]
protected virtual void Dispose(
bool disposing
)
protected:
[HandleProcessCorruptedStateExceptionsAttribute]
virtual void Dispose(
bool disposing
)
disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
The DicomOpenSslContextSettings class implements the IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the DicomOpenSslContextSettings class. For more information, refer to the IDisposable interface documentation in MSDN.
DicomOpenSslContextCreationSettings Class