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.
Initializes a new instance of the EncryptionInformation class.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    value As String, _
    encode As Boolean _
)
public EncryptionInformation(
    string value,
    bool encode
)
public:
EncryptionInformation(
    String^ value, 
    bool encode
)
new : 
        value:string * 
        encode:bool -> EncryptionInformation
public function EncryptionInformation(
    value : String, 
    encode : boolean
)
Parameters
- value 
 Type: String- The value of the associated action. 
- encode 
 Type: Boolean- true to encode the value. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.