EncryptingCredentials (Constructor, (SecurityKey, SecurityKeyIdentifier, String))
Espacio de nombres: Microsoft.IdentityModel.SecurityTokenService
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim key As SecurityKey Dim keyIdentifier As SecurityKeyIdentifier Dim algorithm As String Dim instance As New EncryptingCredentials(key, keyIdentifier, algorithm)
Sintaxis
'Declaración
Public Sub New ( _
key As SecurityKey, _
keyIdentifier As SecurityKeyIdentifier, _
algorithm As String _
)
public EncryptingCredentials (
SecurityKey key,
SecurityKeyIdentifier keyIdentifier,
string algorithm
)
public:
EncryptingCredentials (
SecurityKey^ key,
SecurityKeyIdentifier^ keyIdentifier,
String^ algorithm
)
public EncryptingCredentials (
SecurityKey key,
SecurityKeyIdentifier keyIdentifier,
String algorithm
)
public function EncryptingCredentials (
key : SecurityKey,
keyIdentifier : SecurityKeyIdentifier,
algorithm : String
)
Parámetros
- key
- keyIdentifier
- algorithm
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
EncryptingCredentials (Clase)
EncryptingCredentials (Miembros)
Microsoft.IdentityModel.SecurityTokenService (Espacio de nombres)