CacheStorageData.StorageEncryption 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 name of the referenced IStorageEncryptionProvider.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("encryptionProviderName", IsRequired := False)> _
PublicPropertyStorageEncryptionAs String
[ConfigurationPropertyAttribute("encryptionProviderName", IsRequired = false)]
public string StorageEncryption { get; set; }
[ConfigurationPropertyAttribute(L"encryptionProviderName", IsRequired = false)]
public:
property String^ StorageEncryption {
String^ get ();
voidset (String^ value);
}
publicfunction getStorageEncryption () : String
publicfunction setStorageEncryption (value : String)
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. |