public sealed class CreateCryptoKeyRequest : IMessage<CreateCryptoKeyRequest>, IEquatable<CreateCryptoKeyRequest>, IDeepCloneable<CreateCryptoKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.CreateCryptoKey][google.cloud.kms.v1.KeyManagementService.CreateCryptoKey].
public bool SkipInitialVersionCreation { get; set; }
If set to true, the request will create a [CryptoKey][google.cloud.kms.v1.CryptoKey] without any
[CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion]. You must manually call
[CreateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.CreateCryptoKeyVersion] or
[ImportCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.ImportCryptoKeyVersion]
before you can use this [CryptoKey][google.cloud.kms.v1.CryptoKey].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e is 3.16.0, which can be found with the URL provided, and there is a list of previous versions from 3.15.0 to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e is a message class that is part of the Google Cloud Key Management Service (KMS) and is used to create a new cryptographic key, and can be found within the Google.Cloud.Kms.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e object requires properties such as \u003ccode\u003eCryptoKey\u003c/code\u003e, \u003ccode\u003eCryptoKeyId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to define the new key, and it supports an optional \u003ccode\u003eSkipInitialVersionCreation\u003c/code\u003e property to manage key versions.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available to create a \u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e instance, one being an empty constructor and another that takes another \u003ccode\u003eCreateCryptoKeyRequest\u003c/code\u003e as a parameter for copying values.\u003c/p\u003e\n"]]],[],null,[]]