ProtectedKeySettings.ProtectedKey Property

Gets or sets the actual ProtectedKey represented by this class.

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

Syntax

'Declaration
Public Property ProtectedKey As ProtectedKey
public ProtectedKey ProtectedKey { get; set; }
public:
property ProtectedKey^ ProtectedKey {
    ProtectedKey^ get ();
    void set (ProtectedKey^ value);
}
public function get ProtectedKey () : ProtectedKey
public function set ProtectedKey (value : ProtectedKey)

See Also

ProtectedKeySettings Class

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