Information
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.

PlaybackSettings::SetEncryptionKeyLocation Method (String^, Int32)

 

Defines the location and the size of the encryption keys.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
void SetEncryptionKeyLocation(
	String^ keyLocation,
	int keySize
)

Parameters

keyLocation
Type: System::String^

Path of the encryption key.

keySize
Type: System::Int32

Length of the encryption key.

Return to top
Show: