Enum ProtectionLevel (2.3.0)

public enum ProtectionLevel

[ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] specifies how cryptographic operations are performed. For more information, see Protection levels.

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Fields

NameDescription
External

Crypto operations are performed by an external key manager.

Hsm

Crypto operations are performed in a Hardware Security Module.

Software

Crypto operations are performed in software.

Unspecified

Not specified.