Compartir a través de


ProtectedKey (Constructor, (Byte[]))

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim secret As Byte()

Dim instance As New ProtectedKey(secret)

Sintaxis

'Declaración
Public Sub New ( _
    secret As Byte() _
)
public ProtectedKey (
    byte[] secret
)
public:
ProtectedKey (
    array<unsigned char>^ secret
)
public ProtectedKey (
    byte[] secret
)
public function ProtectedKey (
    secret : byte[]
)

Parámetros

  • secret
     

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

ProtectedKey (Clase)
ProtectedKey (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)