ScriptSecrets.RemoveKey(Key, String) Method

Definition

public virtual bool RemoveKey (Microsoft.Azure.WebJobs.Script.WebHost.Key item, string keyScope);
abstract member RemoveKey : Microsoft.Azure.WebJobs.Script.WebHost.Key * string -> bool
override this.RemoveKey : Microsoft.Azure.WebJobs.Script.WebHost.Key * string -> bool
Public Overridable Function RemoveKey (item As Key, keyScope As String) As Boolean

Parameters

item
Key
keyScope
String

Returns

Applies to