Google Cloud Key Management Service v1 API - Class ExportTrustedKeyWrappedCryptoKeyVersionResponse (3.26.0)

public sealed class ExportTrustedKeyWrappedCryptoKeyVersionResponse : IMessage<ExportTrustedKeyWrappedCryptoKeyVersionResponse>, IEquatable<ExportTrustedKeyWrappedCryptoKeyVersionResponse>, IDeepCloneable<ExportTrustedKeyWrappedCryptoKeyVersionResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ExportTrustedKeyWrappedCryptoKeyVersionResponse.

Response message for [KeyManagementService.ExportTrustedKeyWrappedCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.ExportTrustedKeyWrappedCryptoKeyVersion].

Inheritance

object > ExportTrustedKeyWrappedCryptoKeyVersionResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ExportTrustedKeyWrappedCryptoKeyVersionResponse()

public ExportTrustedKeyWrappedCryptoKeyVersionResponse()

ExportTrustedKeyWrappedCryptoKeyVersionResponse(ExportTrustedKeyWrappedCryptoKeyVersionResponse)

public ExportTrustedKeyWrappedCryptoKeyVersionResponse(ExportTrustedKeyWrappedCryptoKeyVersionResponse other)
Parameter
Name Description
other ExportTrustedKeyWrappedCryptoKeyVersionResponse

Properties

WrappedKey

public ByteString WrappedKey { get; set; }

The wrapped key material.

Property Value
Type Description
ByteString

WrappedKeyCrc32C

public long? WrappedKeyCrc32C { get; set; }

Integrity verification field. A CRC32C checksum of the returned [ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key][google.cloud.kms.v1.ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key]. An integrity check of [ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key][google.cloud.kms.v1.ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key] can be performed by computing the CRC32C checksum of [ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key][google.cloud.kms.v1.ExportTrustedKeyWrappedCryptoKeyVersionResponse.wrapped_key] and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.

Property Value
Type Description
long