SymmetricStorageEncryptionProviderNode.SymmetricInstance 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 or sets the symmetric cryptography provider instance to use for the cache store encryption.
Namespace: EnterpriseLibrary.Caching.Cryptography.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design.dll)
Syntax
'Declaration
<RequiredAttribute> _
<EditorAttribute(GetType(ReferenceEditor), GetType(UITypeEditor))> _
<ReferenceTypeAttribute(GetType(SymmetricCryptoProviderNode))> _
PublicPropertySymmetricInstanceAs SymmetricCryptoProviderNode
[RequiredAttribute]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
[ReferenceTypeAttribute(typeof(SymmetricCryptoProviderNode))]
public SymmetricCryptoProviderNode SymmetricInstance { get; set; }
[RequiredAttribute]
[EditorAttribute(typeof(ReferenceEditor), typeof(UITypeEditor))]
[ReferenceTypeAttribute(typeof(SymmetricCryptoProviderNode))]
public:
property SymmetricCryptoProviderNode^ SymmetricInstance {
SymmetricCryptoProviderNode^ get ();
voidset (SymmetricCryptoProviderNode^ value);
}
publicfunction getSymmetricInstance () : SymmetricCryptoProviderNode
publicfunction setSymmetricInstance (value : SymmetricCryptoProviderNode)
Field Value
The symmetric cryptography provider instance to use for the cache store encryption.
See Also
SymmetricStorageEncryptionProviderNode Class
EnterpriseLibrary.Caching.Cryptography.Configuration.Design 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. |