System.Security.Cryptography.AsymmetricAlgorithm.IDisposable C# (CSharp) Method

IDisposable() protected method

protected IDisposable ( ) : void
return void
		void IDisposable.Dispose () 
		{
			Dispose (true);
			GC.SuppressFinalize (this);  // Finalization is now unnecessary
		}