3 references to WsTrustVersionNotSupported
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannel.cs (2)
98
throw new NotSupportedException(SR.Format(SR.
WsTrustVersionNotSupported
, trustRequest.WsTrustVersion.ToString()));
142
throw new NotSupportedException(SR.Format(SR.
WsTrustVersionNotSupported
, trustRequest.WsTrustVersion.ToString()));
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
308
throw new NotSupportedException(SR.Format(SR.
WsTrustVersionNotSupported
, MessageSecurityVersion.TrustVersion));