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.
Playback::EncryptText Method (String^)
Encrypts a given text for passing to playback as password property.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- textToEncrypt
-
Type:
System::String^
The string to encode.
This will encrypt the provided text with a key which is set with the SetEncryptionKeyLocation method. If the key file is not set, then this method will use a default key for encryption.
Show: