Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IWSTrustFeb2005SyncContract Interface

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

[ServiceContractAttribute(Name = "IWSTrustFeb2005Sync", Namespace = "http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005SyncContract

NameDescription
System_CAPS_pubmethodProcessTrustFeb2005Cancel(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005CancelResponse(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005Issue(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005IssueResponse(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005Renew(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005RenewResponse(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005Validate(Message)

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

System_CAPS_pubmethodProcessTrustFeb2005ValidateResponse(Message)

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

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft