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