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