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.
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)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
Syntax
[SerializableAttribute]
public class EncryptionInformation
[SerializableAttribute]
public ref class EncryptionInformation
[<SerializableAttribute>]
type EncryptionInformation = class end
<SerializableAttribute>
Public Class EncryptionInformation
Constructors
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. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
SendKeysAction
SetValueAction
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top