3 references to TrustVersion
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
302
if (messageSecurityVersion.
TrustVersion
== TrustVersion.WSTrust13)
305
if (messageSecurityVersion.
TrustVersion
== TrustVersion.WSTrustFeb2005)
308
throw new NotSupportedException(SR.Format(SR.WsTrustVersionNotSupported, MessageSecurityVersion.
TrustVersion
));