Пространство имен:
Microsoft.IdentityModel.SecurityTokenService
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
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
)
|
Параметры
- wrappingCredentials
- keySizeInBits
- encryptionAlgorithm
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также