Skip to content

SignatureProps

Properties for defining a Signature.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-signature

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new SignatureProps {
    object SignatureKey,
    object SignatureName,
    object SignatureSecret
};

Properties

Name Type Description
SignatureKey object Property signatureKey: The key of the signature.
SignatureName object Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.
SignatureSecret object Property signatureSecret: The secret of the signature.

SignatureKeyRequired

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

Property signatureKey: The key of the signature.


SignatureNameRequired

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

Property signatureName: The name of the Signature.It must be 4 to 128 characters in length, and can contain letters, digits, underscores (_), dashes (-), spaces and dots (.), It must start with a letter.


SignatureSecretRequired

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

Property signatureSecret: The secret of the signature.