Show / Hide Table of Contents

Class RsaKeyType

Describes an RSA key that may be used in a Certificate issued from a CaPool.

Inheritance
object
RsaKeyType
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 RsaKeyType : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxModulusSize

Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes.

Declaration
[JsonProperty("maxModulusSize")]
public virtual long? MaxModulusSize { get; set; }
Property Value
Type Description
long?

MinModulusSize

Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply.

Declaration
[JsonProperty("minModulusSize")]
public virtual long? MinModulusSize { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX