WSTrustServiceContract.ProcessCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles synchronous calls to the STS.
protected:
virtual System::ServiceModel::Channels::Message ^ ProcessCore(System::ServiceModel::Channels::Message ^ requestMessage, System::IdentityModel::Protocols::WSTrust::WSTrustRequestSerializer ^ requestSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ responseSerializer, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message ProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace);
abstract member ProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string -> System.ServiceModel.Channels.Message
override this.ProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function ProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String) As Message
Parameters
- requestMessage
- Message
The incoming request message.
- requestSerializer
- WSTrustRequestSerializer
The WS-Trust Request Serializer.
- responseSerializer
- WSTrustResponseSerializer
The WS-Trust Response Serializer.
- requestAction
- String
The request SOAP action.
- responseAction
- String
The response SOAP action.
- trustNamespace
- String
The namespace URI of the WS-Trust version of the incoming request.
Returns
A Message object that contains the serialized RSTR message.
Exceptions
One of the arguments is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.