IWSTrust13SyncContract.ProcessTrust13Issue(Message) Metodo

Definizione

Definisce il metodo RST/Issue per il protocollo WS-Trust 1.3.

public:
 System::ServiceModel::Channels::Message ^ ProcessTrust13Issue(System::ServiceModel::Channels::Message ^ message);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", Name="Trust13Issue", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")]
public System.ServiceModel.Channels.Message ProcessTrust13Issue(System.ServiceModel.Channels.Message message);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", Name="Trust13Issue", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")>]
abstract member ProcessTrust13Issue : System.ServiceModel.Channels.Message -> System.ServiceModel.Channels.Message
Public Function ProcessTrust13Issue (message As Message) As Message

Parametri

message
Message

Oggetto Message che rappresenta il messaggio di richiesta che contiene l'RST.

Valori restituiti

Oggetto Message che rappresenta il messaggio di risposta, che contiene il valore RSTR.

Attributi

Si applica a