15 references to WSTrustTokenParameters
dotnet-svcutil-lib (15)
CodeDomFixup\MethodCreationHelper.cs (8)
609typeof(System.ServiceModel.Federation.WSTrustTokenParameters), 611new CodeMethodInvokeExpression(new CodeTypeReferenceExpression(typeof(System.ServiceModel.Federation.WSTrustTokenParameters)), "CreateWSFederationTokenParameters", 618typeof(System.ServiceModel.Federation.WSTrustTokenParameters), 620new CodeMethodInvokeExpression(new CodeTypeReferenceExpression(typeof(System.ServiceModel.Federation.WSTrustTokenParameters)), "CreateWSFederationTokenParameters", 813typeof(System.ServiceModel.Federation.WSTrustTokenParameters), 815new CodeMethodInvokeExpression(new CodeTypeReferenceExpression(typeof(System.ServiceModel.Federation.WSTrustTokenParameters)), "CreateWS2007FederationTokenParameters", 822typeof(System.ServiceModel.Federation.WSTrustTokenParameters), 824new CodeMethodInvokeExpression(new CodeTypeReferenceExpression(typeof(System.ServiceModel.Federation.WSTrustTokenParameters)), "CreateWS2007FederationTokenParameters",
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (7)
30public WSFederationBindingElement(WSTrustTokenParameters wsTrustTokenParameters, System.ServiceModel.Channels.SecurityBindingElement securityBindingElement) { } 31public WSTrustTokenParameters WSTrustTokenParameters { get => default; } 39public WSFederationHttpBinding(WSTrustTokenParameters wsTrustTokenParameters) : base(System.ServiceModel.SecurityMode.TransportWithMessageCredential) { } 40public WSTrustTokenParameters WSTrustTokenParameters { get => default; } 74protected WSTrustTokenParameters(WSTrustTokenParameters other) : base(other) { } 86public static WSTrustTokenParameters CreateWSFederationTokenParameters(System.ServiceModel.Channels.Binding issuerBinding, System.ServiceModel.EndpointAddress issuerAddress) => default; 87public static WSTrustTokenParameters CreateWS2007FederationTokenParameters(System.ServiceModel.Channels.Binding issuerBinding, System.ServiceModel.EndpointAddress issuerAddress) => default;