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