EncryptionInformation.Encoded 属性

获取或设置一个值,该值指示值是否已加密。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public Property Encoded As Boolean
    Get
    Set
public bool Encoded { get; set; }
public:
property bool Encoded {
    bool get ();
    void set (bool value);
}
member Encoded : bool with get, set
function get Encoded () : boolean
function set Encoded (value : boolean)

属性值

类型:System.Boolean
值是否已加密。

.NET Framework 安全性

请参见

参考

EncryptionInformation 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间