8 references to BinarySecretSecurityToken
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2425BinarySecretSecurityToken entropyToken = new BinarySecretSecurityToken(protectedKey.GetKeyBytes()); 2856return new BinarySecretSecurityToken(Convert.FromBase64String(base64KeyBytes));
System.ServiceModel (6)
System\ServiceModel\Security\WSTrust.cs (3)
713proofToken = new BinarySecretSecurityToken(requestorEntropy); 762proofToken = new BinarySecretSecurityToken(issuedKey); 1637proofToken = new BinarySecretSecurityToken(proofKey);
System\ServiceModel\Security\WSTrustChannel.cs (3)
617return new BinarySecretSecurityToken(keyMaterial); 652return new BinarySecretSecurityToken(response.RequestedProofToken.ProtectedKey.GetKeyBytes()); 702return new BinarySecretSecurityToken(request.Entropy.GetKeyBytes());