Use this constructor if you want the sts to use the given key
bytes. This happens when client sends the entropy, and the sts
would just use that as the key for the issued token
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
C++ |
public:
SymmetricProofDescriptor (
array<unsigned char>^ key,
EncryptingCredentials^ targetWrappingCredentials
)
|
JScript |
public function SymmetricProofDescriptor (
key : byte[],
targetWrappingCredentials : EncryptingCredentials
)
|
Параметры
- key
-
the symmetric key that are used inside the issued token
- targetWrappingCredentials
-
The key encrypting credentials for the relying party
Исключения
Тип исключений |
Условие |
ArgumentNullException
|
When the key is null
|
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также