1 write to ComputedKeyAlgorithm
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
432
rst.
ComputedKeyAlgorithm
= ReadComputedKeyAlgorithm(reader, trustConstants);
5 references to ComputedKeyAlgorithm
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
743
if (!string.IsNullOrEmpty(rst.
ComputedKeyAlgorithm
))
745
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.ComputedKeyAlgorithm, rst.
ComputedKeyAlgorithm
, rst, context);
System\IdentityModel\SecurityTokenService.cs (3)
371
if (request.
ComputedKeyAlgorithm
!= null && !StringComparer.Ordinal.Equals(request.
ComputedKeyAlgorithm
, ComputedKeyAlgorithms.Psha1))
373
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new RequestFailedException(SR.GetString(SR.ID2011, request.
ComputedKeyAlgorithm
)));