Skip to content

EncryptionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new EncryptionProperty {
    object Algorithm = null,
    object Enable = null,
    object Key = null
};

Properties

Name Type Description
Algorithm object No description.
Enable object No description.
Key object No description.

AlgorithmOptional

public object Algorithm { get; set; }
  • Type: object

EnableOptional

public object Enable { get; set; }
  • Type: object

KeyOptional

public object Key { get; set; }
  • Type: object