EncryptionInformation.Encoded Property

Gets or sets a value that indicates whether the value is encrypted.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property Encoded As Boolean
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)

Property Value

Type: System.Boolean
Whether the value is encrypted.

.NET Framework Security

See Also

Reference

EncryptionInformation Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace