Namespace:
Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
wrappingCredentials As EncryptingCredentials, _
keySizeInBits As Integer, _
encryptionAlgorithm As String _
)
|
C# |
public EncryptedKeyEncryptingCredentials (
EncryptingCredentials wrappingCredentials,
int keySizeInBits,
string encryptionAlgorithm
)
|
C++ |
public:
EncryptedKeyEncryptingCredentials (
EncryptingCredentials^ wrappingCredentials,
int keySizeInBits,
String^ encryptionAlgorithm
)
|
J# |
public EncryptedKeyEncryptingCredentials (
EncryptingCredentials wrappingCredentials,
int keySizeInBits,
String encryptionAlgorithm
)
|
JScript |
public function EncryptedKeyEncryptingCredentials (
wrappingCredentials : EncryptingCredentials,
keySizeInBits : int,
encryptionAlgorithm : String
)
|
Parameters
- wrappingCredentials
- keySizeInBits
- encryptionAlgorithm
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also