The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EncryptionInformation Class
Represents information about the encryption of values for SendKeysAction and SetValueAction.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| 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(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


