added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Binding / WS / WS2007FederationHttp / VB / SecurityTokenService / IWSTrust13.vb
blob998b27361c3321e74eaf745242a2f679e0470b82
1 ' Copyright (c) Microsoft Corporation. All rights reserved.
3 Imports System
5 Imports System.ServiceModel
6 Imports System.ServiceModel.Channels
9 Namespace Microsoft.ServiceModel.Samples
10 <ServiceContract()> _
11 Interface IWSTrust13
12 <OperationContract(Action := Constants.Trust13.Actions.Issue, ReplyAction := Constants.Trust13.Actions.IssueReply)> _
13 Function Issue(ByVal request As Message) As Message
14 End Interface
15 End Namespace