Share via


SsoCredentials.Dispose Method (Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources and optionally releases the managed resources.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Overridable Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim instance As SsoCredentials
Dim disposing As Boolean

instance.Dispose(disposing)
public virtual void Dispose(
    bool disposing
)

Parameters

  • disposing
    Type: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Reference

SsoCredentials Class

SsoCredentials Members

Dispose Overload

Microsoft.SharePoint.Portal.SingleSignon Namespace