PowerShellTokenCacheProvider.ClearCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ClearCache() | |
| ClearCache(String) |
ClearCache()
public virtual void ClearCache();
abstract member ClearCache : unit -> unit
override this.ClearCache : unit -> unit
Public Overridable Sub ClearCache ()
Applies to
ClearCache(String)
public virtual void ClearCache(string authority);
abstract member ClearCache : string -> unit
override this.ClearCache : string -> unit
Public Overridable Sub ClearCache (authority As String)
Parameters
- authority
- String