Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EncryptionInformation class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
value As String, _
encode As Boolean _
)
public EncryptionInformation(
string value,
bool encode
)
public:
EncryptionInformation(
String^ value,
bool encode
)
new :
value:string *
encode:bool -> EncryptionInformation
public function EncryptionInformation(
value : String,
encode : boolean
)
Parameters
value
Type: StringThe value of the associated action.
encode
Type: Booleantrue to encode the value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.