BlobEncryptionPolicy.KeyResolver Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobEncryptionPolicy.KeyResolver Property
BlobEncryptionPolicy::KeyResolver Property
BlobEncryptionPolicy.KeyResolver Property
BlobEncryptionPolicy.KeyResolver Property
Gets or sets the key resolver used to select the correct key for decrypting existing blobs.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property IKeyResolver^ KeyResolver {
IKeyResolver^ get();
private: void set(IKeyResolver^ value);
}
Property Value
Type:
Microsoft.Azure.KeyVault.Core.IKeyResolverMicrosoft.Azure.KeyVault.Core::IKeyResolver^Microsoft.Azure.KeyVault.Core.IKeyResolverMicrosoft.Azure.KeyVault.Core.IKeyResolverA resolver that returns an IKey, given a key ID.
Return to top
Gets or sets the key resolver used to select the correct key for decrypting existing blobs.
Syntax
C++
public: property IKeyResolver^ KeyResolver { IKeyResolver^ get(); private: void set(IKeyResolver^ value); }
Property Value
Type: Microsoft.Azure.KeyVault.Core.IKeyResolverMicrosoft.Azure.KeyVault.Core::IKeyResolver^Microsoft.Azure.KeyVault.Core.IKeyResolverMicrosoft.Azure.KeyVault.Core.IKeyResolverA resolver that returns an IKey, given a key ID.