BlobCustomerProvidedKey クラス

定義

クライアント指定のキー暗号化で使用される暗号化キーの不変ラッパー。

public sealed class BlobCustomerProvidedKey
type BlobCustomerProvidedKey = class
Public NotInheritable Class BlobCustomerProvidedKey
継承
BlobCustomerProvidedKey

コンストラクター

BlobCustomerProvidedKey(Byte[])

クライアント指定のキーの新しいラッパーを作成します。

BlobCustomerProvidedKey(String)

クライアント指定のキーの新しいラッパーを作成します。

プロパティ

EncryptionAlgorithm

暗号化するAzure Blob Storageのアルゴリズム。 Azure Blob Storageでは、AES256 暗号化のみが提供されます。

Key

暗号化キーの Base64 エンコード文字列。

KeySHA256

暗号化キーの SHA256 ハッシュの Base64 エンコード文字列。

適用対象