Partager via


Méthode IWSTrust13SyncContract.ProcessTrust13Validate

Definition of a Validate method for WS-Trut 1.3

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As IWSTrust13SyncContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrust13Validate(message)

Syntaxe

'Déclaration
<OperationContractAttribute(Name:="Trust13Validate", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", ReplyAction:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal")> _
Function ProcessTrust13Validate ( _
    message As Message _
) As Message
[OperationContractAttribute(Name="Trust13Validate", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal")] 
Message ProcessTrust13Validate (
    Message message
)
[OperationContractAttribute(Name=L"Trust13Validate", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", ReplyAction=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal")] 
Message^ ProcessTrust13Validate (
    Message^ message
)
/** @attribute OperationContractAttribute(Name="Trust13Validate", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal") */ 
Message ProcessTrust13Validate (
    Message message
)
OperationContractAttribute(Name="Trust13Validate", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal") 
function ProcessTrust13Validate (
    message : Message
) : Message

Paramètres

  • message
    The Request Message that contains a RST.

Valeur de retour

Response message containing the RSTR.

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Voir aussi

Référence

Interface IWSTrust13SyncContract
Membres IWSTrust13SyncContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust