EncryptionInformation Class

 

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
System_CAPS_pubmethod EncryptionInformation()

Initializes a new instance of the EncryptionInformation class for XML serialization or deserialization.

System_CAPS_pubmethod EncryptionInformation(String, Boolean)

Initializes a new instance of the EncryptionInformation class.

Properties

Name Description
System_CAPS_pubproperty Encoded

Gets or sets a value that indicates whether the value is encrypted.

System_CAPS_pubproperty Value

Gets or sets the value.

System_CAPS_pubproperty ValueWrapper

Gets or sets the value for serialization.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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