Sdílet prostřednictvím


EncryptionInformation – konstruktor (String, Boolean)

Vytvoří novou instanci třídy EncryptionInformation.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • value
    Typ: String

    Hodnota přidružená akce.

  • encode
    Typ: Boolean

    trueHodnota kódování.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

EncryptionInformation Třída

EncryptionInformation – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů