Show / Hide Table of Contents

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.

Inheritance
object
AllowedKeyType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX