X509Store.Dispose Método
Definição
public:
virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
Implementações
Comentários
Observação
X509Store implementa a IDisposable interface que começa com o .NET Framework 4,6; em versões anteriores do .NET Framework, a X509Store classe não implementa essa interface e, portanto, o Dispose método não existe.X509Store implements the IDisposable interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the X509Store class does not implement this interface, and therefore the Dispose method does not exist.