5 references to Psha1
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2102computedKeyAlgorithm = ComputedKeyAlgorithms.Psha1; 2131if (StringComparer.Ordinal.Equals(computedKeyAlgorithm, ComputedKeyAlgorithms.Psha1))
System\IdentityModel\SecurityTokenService.cs (1)
371if (request.ComputedKeyAlgorithm != null && !StringComparer.Ordinal.Equals(request.ComputedKeyAlgorithm, ComputedKeyAlgorithms.Psha1))
System\IdentityModel\Tokens\SymmetricProofDescriptor.cs (1)
247response.RequestedProofToken = new RequestedProofToken(ComputedKeyAlgorithms.Psha1);
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
582|| algorithm == ComputedKeyAlgorithms.Psha1);