4 instantiations of Entropy
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\RequestSecurityToken.cs (1)
64Entropy = new Entropy(SecurityTokenServiceConfiguration.DefaultKeySizeInBitsConstant);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
249rst.Entropy = new Entropy(protectedKey); 1434rstr.Entropy = new Entropy(protectedKey);
System\IdentityModel\Tokens\SymmetricProofDescriptor.cs (1)
249response.Entropy = new Entropy(_targetEntropy, _requestorWrappingCredentials);
6 references to Entropy
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrustMessage.cs (2)
21private Entropy entropy; 200public Entropy Entropy
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
1002Entropy entropy = elementValue as Entropy; 1870Entropy entropy = elementValue as Entropy;