3 references to BinarySecretSecurityToken
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustUtilities.cs (3)
66return new BinarySecretSecurityToken(response.RequestedProofToken.BinarySecret.Data); 103return new BinarySecretSecurityToken(Psha1KeyGenerator.ComputeCombinedKey(issuerEntropy, requestorEntropy, keySizeInBits)); 118return new BinarySecretSecurityToken(request.Entropy.BinarySecret.Data);