Share via


PlaybackSettings.SetEncryptionKeyLocation Method

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)

Syntax

'Declaration
Public Sub SetEncryptionKeyLocation ( _
    keyLocation As String, _
    keySize As Integer _
)
public void SetEncryptionKeyLocation(
    string keyLocation,
    int keySize
)
public:
void SetEncryptionKeyLocation(
    String^ keyLocation, 
    int keySize
)
member SetEncryptionKeyLocation : 
        keyLocation:string * 
        keySize:int -> unit
public function SetEncryptionKeyLocation(
    keyLocation : String, 
    keySize : int
)

Parameters

  • keyLocation
    Type: String

    Path of the encryption key.

  • keySize
    Type: Int32

    Length of the encryption key.

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace