CacheManagerSettings.EncryptionProviders Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets the collection of defined IStorageEncryptionProvider objects.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("encryptionProviders", IsRequired := False)> _
PublicReadOnlyPropertyEncryptionProvidersAs NameTypeConfigurationElementCollection(Of StorageEncryptionProviderData, StorageEncryptionProviderData)
[ConfigurationPropertyAttribute("encryptionProviders", IsRequired = false)]
public NameTypeConfigurationElementCollection<StorageEncryptionProviderData, StorageEncryptionProviderData> EncryptionProviders { get; }
[ConfigurationPropertyAttribute(L"encryptionProviders", IsRequired = false)]
public:
property NameTypeConfigurationElementCollection<StorageEncryptionProviderData^, StorageEncryptionProviderData^>^ EncryptionProviders {
NameTypeConfigurationElementCollection<StorageEncryptionProviderData^, StorageEncryptionProviderData^>^ get ();
}
publicfunction getEncryptionProviders () : NameTypeConfigurationElementCollection<StorageEncryptionProviderData, StorageEncryptionProviderData>
Field Value
The collection of defined IStorageEncryptionProvider objects.
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |