HostSecrets Class

Definition

public class HostSecrets : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets
type HostSecrets = class
    inherit ScriptSecrets
Public Class HostSecrets
Inherits ScriptSecrets
Inheritance
HostSecrets

Constructors

HostSecrets()

Properties

FunctionKeys
HasStaleKeys
MasterKey
SecretsType
SystemKeys

Methods

AddKey(Key, String) (Inherited from ScriptSecrets)
GetEnumerator()
GetFunctionKey(String, String) (Inherited from ScriptSecrets)
GetKeys(String)
Refresh(IKeyValueConverterFactory)
RemoveKey(Key, String) (Inherited from ScriptSecrets)

Applies to