Class EcKeyType
Describes an Elliptic Curve key that may be used in a Certificate issued from a CaPool.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class EcKeyType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SignatureAlgorithm
Optional. A signature algorithm that must be used. If this is omitted, any EC-based signature algorithm will be allowed.
Declaration
[JsonProperty("signatureAlgorithm")]
public virtual string SignatureAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
string |