4 writes to Entropy
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\RequestSecurityToken.cs (1)
64
Entropy
= new Entropy(SecurityTokenServiceConfiguration.DefaultKeySizeInBitsConstant);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
249
rst.
Entropy
= new Entropy(protectedKey);
1434
rstr.
Entropy
= new Entropy(protectedKey);
System\IdentityModel\Tokens\SymmetricProofDescriptor.cs (1)
249
response.
Entropy
= new Entropy(_targetEntropy, _requestorWrappingCredentials);
15 references to Entropy
System.IdentityModel (8)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (6)
254
if (rst.
Entropy
== null)
758
if (rst.
Entropy
!= null)
760
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Entropy, rst.
Entropy
, rst, context);
1439
if (rstr.
Entropy
== null)
1745
if (rstr.
Entropy
!= null)
1747
responseSerializer.WriteXmlElement(writer, trustConstants.Elements.Entropy, rstr.
Entropy
, rstr, context);
System\IdentityModel\SecurityTokenService.cs (2)
392
if (request.
Entropy
!= null)
395
request.
Entropy
.GetKeyBytes(), request.EncryptWith);
System.ServiceModel (7)
System\ServiceModel\Security\WSTrustChannel.cs (7)
592
if (response.
Entropy
== null)
598
if (request.
Entropy
== null)
613
byte[] keyMaterial = System.IdentityModel.CryptoHelper.KeyGenerator.ComputeCombinedKey(request.
Entropy
.GetKeyBytes(),
614
response.
Entropy
.GetKeyBytes(),
689
if (response.
Entropy
!= null)
700
if (request.
Entropy
!= null)
702
return new BinarySecretSecurityToken(request.
Entropy
.GetKeyBytes());