Skip to content

Commit a833c10

Browse files
committed
Fix ConnectedService documentation.
1 parent 956d04c commit a833c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Microsoft.Bot.Configuration/Services/ConnectedService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ public ConnectedService(string type)
4242
public JObject Properties { get; set; } = new JObject();
4343

4444
/// <summary>
45-
/// Encrypt properties on this service.
45+
/// Decrypt properties on this service.
4646
/// </summary>
4747
/// <param name="secret"> secret to use to decrypt the keys in this service.</param>
4848
public virtual void Decrypt(string secret)
4949
{
5050
}
5151

5252
/// <summary>
53-
/// Decrypt properties on this service
53+
/// Encrypt properties on this service.
5454
/// </summary>
5555
/// <param name="secret">secret to use to encrypt the keys in this service.</param>
5656
public virtual void Encrypt(string secret)

0 commit comments

Comments
 (0)