共用方式為


KeyAndSecretDetails.EncryptionMechanism Property

Definition

Gets or sets encryption mechanism: None/ SinglePass/ DoublePass

[Newtonsoft.Json.JsonProperty(PropertyName="encryptionMechanism")]
public string EncryptionMechanism { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptionMechanism")>]
member this.EncryptionMechanism : string with get, set
Public Property EncryptionMechanism As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to