X509Chain.Dispose Method

Definition

Releases the resources used by this X509Chain.

Overloads

Dispose()

Releases all of the resources used by this X509Chain.

Dispose(Boolean)

Releases the unmanaged resources used by this X509Chain, and optionally releases the managed resources.

Remarks

Huomautus

X509Chain implements the IDisposable interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the X509Chain class does not implement this interface, and therefore the Dispose method does not exist.

Dispose()

Source:
X509Chain.cs
Source:
X509Chain.cs
Source:
X509Chain.cs

Releases all of the resources used by this X509Chain.

C#
public void Dispose();

Implements

Remarks

Huomautus

X509Chain implements the IDisposable interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the X509Chain class does not implement this interface, and therefore the Dispose method does not exist.

Applies to

.NET 10 ja muut versiot
Tuote Versiot
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1

Dispose(Boolean)

Source:
X509Chain.cs
Source:
X509Chain.cs
Source:
X509Chain.cs

Releases the unmanaged resources used by this X509Chain, and optionally releases the managed resources.

C#
protected virtual void Dispose(bool disposing);

Parameters

disposing
Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

Huomautus

X509Chain implements the IDisposable interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the X509Chain class does not implement this interface, and therefore the Dispose method does not exist.

Applies to

.NET 10 ja muut versiot
Tuote Versiot
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.6, 2.0, 2.1