SignatureProvider.Dispose Method (Boolean)

Can be over written in descendants to dispose of internal components.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: System.Boolean

    true, if called from Dispose(), false, if invoked inside a finalizer

.NET Framework Security

See Also

Reference

SignatureProvider Class

Dispose Overload

System.IdentityModel.Tokens Namespace