1 implementation of Validate
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1287public Message Validate(Message message)
2 references to Validate
System.ServiceModel (2)
System\ServiceModel\Security\WSTrustChannel.cs (2)
1015return ReadResponse(this.Contract.Validate(CreateRequest(rst, RequestTypes.Validate))); 1289return Contract.Validate(message);