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.
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.