ScriptSecrets.GetKeys(String) Method

Definition

protected abstract System.Collections.Generic.ICollection<Microsoft.Azure.WebJobs.Script.WebHost.Key> GetKeys (string keyScope);
abstract member GetKeys : string -> System.Collections.Generic.ICollection<Microsoft.Azure.WebJobs.Script.WebHost.Key>
Protected MustOverride Function GetKeys (keyScope As String) As ICollection(Of Key)

Parameters

keyScope
String

Returns

Applies to