Enum KeyEncoding
The private key cryptography standards (PKCS) for this certificate's private key to be encoded in.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum KeyEncoding
Fields
| Name | Description |
|---|---|
| PKCS1 | PKCS#1 |
| PKCS8 | PKCS#8 |