Enum PublicKey.Types.KeyType
Types of public keys that are supported. At a minimum, we support RSA and ECDSA, for the key sizes or curves listed: https://cloud.google.com/kms/docs/algorithms#asymmetric_signing_algorithms
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public enum KeyType
Fields
| Name | Description |
|---|---|
| PemEcKey | A PEM-encoded compressed NIST P-256/secp256r1/prime256v1 or P-384 key. |
| PemRsaKey | A PEM-encoded PKCS#1/RFC 3447 RSAPrivateKey structure. |
| Unspecified | Default unspecified value. |