Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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 key.
Namespace: EnterpriseLibrary.Security.Cryptography.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.dll)
Syntax
'Declaration
<RequiredAttribute> _
<EnvironmentOverridableAttribute(False)> _
PublicPropertyKeyAs ProtectedKeySettings
[RequiredAttribute]
[EnvironmentOverridableAttribute(false)]
public ProtectedKeySettings Key { get; set; }
[RequiredAttribute]
[EnvironmentOverridableAttribute(false)]
public:
property ProtectedKeySettings^ Key {
ProtectedKeySettings^ get ();
voidset (ProtectedKeySettings^ value);
}
publicfunction getKey () : ProtectedKeySettings
publicfunction setKey (value : ProtectedKeySettings)
See Also
SymmetricAlgorithmProviderNode Class
EnterpriseLibrary.Security.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. |