Computes the session key based on PSHA1 algorithm.
Пространство имен: Microsoft.IdentityModel
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim requestorEntropy As Byte() Dim issuerEntropy As Byte() Dim keySizeInBits As Integer Dim returnValue As Byte() returnValue = KeyGenerator.ComputeCombinedKey(requestorEntropy, issuerEntropy, keySizeInBits) |
Синтаксис
Visual Basic |
---|
Public Shared Function ComputeCombinedKey ( _ requestorEntropy As Byte(), _ issuerEntropy As Byte(), _ keySizeInBits As Integer _ ) As Byte() |
C# |
---|
public static byte[] ComputeCombinedKey ( byte[] requestorEntropy, byte[] issuerEntropy, int keySizeInBits ) |
C++ |
---|
public: static array<unsigned char>^ ComputeCombinedKey ( array<unsigned char>^ requestorEntropy, array<unsigned char>^ issuerEntropy, int keySizeInBits ) |
J# |
---|
public static byte[] ComputeCombinedKey ( byte[] requestorEntropy, byte[] issuerEntropy, int keySizeInBits ) |
JScript |
---|
public static function ComputeCombinedKey ( requestorEntropy : byte[], issuerEntropy : byte[], keySizeInBits : int ) : byte[] |
Параметры
- requestorEntropy
-
The entropy from the requestor side.
- issuerEntropy
-
The entropy from the token issuer side.
- keySizeInBits
-
The desired key size in bits.
Возвращаемое значение
The computed session key.Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.