EncryptionInformation Class
Visual Studio 2012
Represents information about the encryption of values for SendKeysAction and SetValueAction.
Namespace:
Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
The EncryptionInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EncryptionInformation() | Initializes a new instance of the EncryptionInformation class for XML serialization or deserialization. |
![]() | EncryptionInformation(String, Boolean) | Initializes a new instance of the EncryptionInformation class. |
| Name | Description | |
|---|---|---|
![]() | Encoded | Gets or sets a value that indicates whether the value is encrypted. |
![]() | Value | Gets or sets the value. |
![]() | ValueWrapper | Gets or sets the value for serialization. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
