SecretManager.SetMasterKeyAsync(String) 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.
public System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Script.WebHost.KeyOperationResult> SetMasterKeyAsync (string value = default);
abstract member SetMasterKeyAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Script.WebHost.KeyOperationResult>
override this.SetMasterKeyAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.Script.WebHost.KeyOperationResult>
Public Function SetMasterKeyAsync (Optional value As String = Nothing) As Task(Of KeyOperationResult)
Parameters
- value
- String