Share via


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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Gets or sets the symmetric cryptography provider instance to use for the cache store encryption.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design.dll)

Syntax

'Declaration
<ReferenceTypeAttribute(GetType(SymmetricCryptoProviderNode))> _
<RequiredAttribute> _
Public Property SymmetricInstance As SymmetricCryptoProviderNode
[ReferenceTypeAttribute(typeof(SymmetricCryptoProviderNode))]
[RequiredAttribute]
public SymmetricCryptoProviderNode SymmetricInstance { get; set; }
[ReferenceTypeAttribute(typeof(SymmetricCryptoProviderNode))]
[RequiredAttribute]
public:
property SymmetricCryptoProviderNode^ SymmetricInstance {
    SymmetricCryptoProviderNode^ get ();
    void set (SymmetricCryptoProviderNode^ value);
}
public function get SymmetricInstance () : SymmetricCryptoProviderNode
public function set SymmetricInstance (value : SymmetricCryptoProviderNode)

Field Value

The symmetric cryptography provider instance to use for the cache store encryption.

See Also

SymmetricStorageEncryptionProviderNode Class

Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design Namespace