Class AllowedKeyType
Describes a "type" of key that may be used in a Certificate issued from a CaPool. Note that a single AllowedKeyType may refer to either a fully-qualified key algorithm, such as RSA 4096, or a family of key algorithms, such as any RSA key.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class AllowedKeyType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EllipticCurve
Represents an allowed Elliptic Curve key type.
Declaration
[JsonProperty("ellipticCurve")]
public virtual EcKeyType EllipticCurve { get; set; }
Property Value
Type | Description |
---|---|
EcKeyType |
Rsa
Represents an allowed RSA key type.
Declaration
[JsonProperty("rsa")]
public virtual RsaKeyType Rsa { get; set; }
Property Value
Type | Description |
---|---|
RsaKeyType |