Certificate Manager v1 API - Enum CertificateIssuanceConfig.Types.KeyAlgorithm (2.6.0)

public enum CertificateIssuanceConfig.Types.KeyAlgorithm

Reference documentation and code samples for the Certificate Manager v1 API enum CertificateIssuanceConfig.Types.KeyAlgorithm.

The type of keypair to generate.

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Fields

NameDescription
EcdsaP256

Specifies ECDSA with curve P256.

Rsa2048

Specifies RSA with a 2048-bit modulus.

Unspecified

Unspecified key algorithm.