We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 956d04c + a833c10 commit 1066296Copy full SHA for 1066296
libraries/Microsoft.Bot.Configuration/Services/ConnectedService.cs
@@ -42,15 +42,15 @@ public ConnectedService(string type)
42
public JObject Properties { get; set; } = new JObject();
43
44
/// <summary>
45
- /// Encrypt properties on this service.
+ /// Decrypt properties on this service.
46
/// </summary>
47
/// <param name="secret"> secret to use to decrypt the keys in this service.</param>
48
public virtual void Decrypt(string secret)
49
{
50
}
51
52
53
- /// Decrypt properties on this service
+ /// Encrypt properties on this service.
54
55
/// <param name="secret">secret to use to encrypt the keys in this service.</param>
56
public virtual void Encrypt(string secret)
0 commit comments