Playback.EncryptText 方法
对给定文本加密,以作为密码属性传递给播放。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
语法
声明
Public Shared Function EncryptText ( _
textToEncrypt As String _
) As String
public static string EncryptText(
string textToEncrypt
)
public:
static String^ EncryptText(
String^ textToEncrypt
)
static member EncryptText :
textToEncrypt:string -> string
public static function EncryptText(
textToEncrypt : String
) : String
参数
textToEncrypt
类型:String要编码的字符串。
返回值
类型:String
已加密的文本。
备注
这将使用与设置的这将使用密钥对提供的文档进行加密,该密钥使用 SetEncryptionKeyLocation 方法而设置。 如果未设置密钥文件,则该方法将使用默认密钥进行加密。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。