CertificateProps
Properties for defining a Certificate.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cas-certificate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cas;
new CertificateProps {
object Cert,
object Key,
object Name,
object Lang = null,
object SourceIp = null
};
Properties
| Name | Type | Description |
|---|---|---|
Cert |
object |
Property cert: Specify the content of the certificate. |
Key |
object |
Property key: Specify the certificate private key content. |
Name |
object |
Property name: Custom certificate name. |
Lang |
object |
Property lang: Specifies the language type for requesting and receiving messages. |
SourceIp |
object |
Property sourceIp: Specifies the source IP address of the request. |
CertRequired
public object Cert { get; set; }
- Type: object
Property cert: Specify the content of the certificate.
To use the PEM encoding format.
KeyRequired
public object Key { get; set; }
- Type: object
Property key: Specify the certificate private key content.
To use the PEM encoding format.
NameRequired
public object Name { get; set; }
- Type: object
Property name: Custom certificate name.
The certificate name under a user cannot be duplicated.
LangOptional
public object Lang { get; set; }
- Type: object
Property lang: Specifies the language type for requesting and receiving messages.
SourceIpOptional
public object SourceIp { get; set; }
- Type: object
Property sourceIp: Specifies the source IP address of the request.