IWSTrustFeb2005SyncContract Interface

Definition

Defines the service contract for the WS-Trust Feb 2005 protocol.

public interface class IWSTrustFeb2005SyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005SyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Sync", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005SyncContract = interface
Public Interface IWSTrustFeb2005SyncContract
Derived
Attributes

Methods

ProcessTrustFeb2005Cancel(Message)

Defines the Cancel method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005CancelResponse(Message)

Defines the RSTR/Cancel method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005Issue(Message)

Defines the Issue method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005IssueResponse(Message)

Defines the RSTR/Issue method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005Renew(Message)

Defines the Renew method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005RenewResponse(Message)

Defines the RSTR/Renew method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005Validate(Message)

Defines the Validate method for the WS-Trust Feb 2005 protocol.

ProcessTrustFeb2005ValidateResponse(Message)

Defines the RSTR/Validate method for the WS-Trust Feb 2005 protocol.

Applies to