EncryptionInformation Constructor (String, Boolean)
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
public EncryptionInformation(
string value,
bool encode
)
public:
EncryptionInformation(
String^ value,
bool encode
)
new :
value:string *
encode:bool -> EncryptionInformation
Public Sub New (
value As String,
encode As Boolean
)
Parameters
value
Type: System.StringThe value of the associated action.
encode
Type: System.Booleantrue to encode the value.
See Also
EncryptionInformation Overload
EncryptionInformation Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top