Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.