ProtectedKeySettings Members
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. |
The ProtectedKeySettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProtectedKeySettings | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns a string representation of this class.
(Overrides Object.ToString().) |
Properties
Name | Description | |
---|---|---|
Filename |
Gets or sets the file path to the protected keyfile.
|
|
ProtectedKey |
Gets or sets the actual ProtectedKey represented by this class.
|
|
Scope |
Gets or sets the DataProtectionScope used to protect the keyfile.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace