ConnectedService.Decrypt(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.
Decrypt properties on this service.
public virtual void Decrypt (string secret);
abstract member Decrypt : string -> unit
override this.Decrypt : string -> unit
Public Overridable Sub Decrypt (secret As String)
Parameters
- secret
- String
secret to use to decrypt the keys in this service.