3 instantiations of 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);
2 references to BinarySecretSecurityToken
System.ServiceModel (1)
netstandard.cs (1)
217[assembly: TypeForwardedTo(typeof(BinarySecretSecurityToken))]
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustUtilities.cs (1)
39internal static BinarySecretSecurityToken GetProofToken(WsTrustRequest request, Microsoft.IdentityModel.Protocols.WsTrust.RequestSecurityTokenResponse response, WsSerializationContext serializationContext, SecurityAlgorithmSuite algorithmSuite)