3 references to WsTrustVersionNotSupported
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannel.cs (2)
98
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetResourceString(SR.
WsTrustVersionNotSupported
, trustRequest.WsTrustVersion.ToString())));
142
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetResourceString(SR.
WsTrustVersionNotSupported
, trustRequest.WsTrustVersion.ToString())));
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
322
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new NotSupportedException(LogHelper.FormatInvariant(SR.GetResourceString(SR.
WsTrustVersionNotSupported
), MessageSecurityVersion.TrustVersion)), EventLevel.Error);