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