Class RsaKeyType
Describes an RSA 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 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? |