Enum KeyAlgorithm
The private key algorithm of the corresponding private key for this certificate. If provided,
allowed values are either RSA
or ECDSA
If algorithm
is specified and size
is not provided,
key size of 256 will be used for ECDSA
key algorithm and key size of 2048 will be used for
RSA
key algorithm.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum KeyAlgorithm
Fields
Name | Description |
---|---|
ECDSA | ECDSA#8 |
Ed25519 | ECDSA#8 |
RSA | RSA#1 |