5 references to ComputedKeyAlgorithm
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
1923
if (string.IsNullOrEmpty(proofToken.
ComputedKeyAlgorithm
) && proofToken.ProtectedKey == null)
1930
if (!string.IsNullOrEmpty(proofToken.
ComputedKeyAlgorithm
))
1932
WriteComputedKeyAlgorithm(writer, trustConstants.Elements.ComputedKey, proofToken.
ComputedKeyAlgorithm
, trustConstants);
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
661
else if (IsPsha1(response.RequestedProofToken.
ComputedKeyAlgorithm
))
671
throw IM.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ID3192, response.RequestedProofToken.
ComputedKeyAlgorithm
)));