Constructeur ProtectedKey (Byte[])
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim secret As Byte() Dim instance As New ProtectedKey(secret)
Syntaxe
'Déclaration
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[]
)
Paramètres
- secret
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ProtectedKey
Membres ProtectedKey
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust