4 instantiations of 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);
6 references to Entropy
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrustMessage.cs (2)
21
private
Entropy
entropy;
200
public
Entropy
Entropy
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
1002
Entropy
entropy = elementValue as
Entropy
;
1870
Entropy
entropy = elementValue as
Entropy
;