BotConfiguration.SaveAsync(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.
Save the file with secret.
public System.Threading.Tasks.Task SaveAsync (string secret = default);
member this.SaveAsync : string -> System.Threading.Tasks.Task
Public Function SaveAsync (Optional secret As String = Nothing) As Task
Parameters
- secret
- String
Secret for encryption.
Returns
Task.