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.

IWSTrust13SyncContract Interface

.NET Framework (current version)
 

Defines the service contract for the WS-Trust 1.3 protocol.

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

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

NameDescription
System_CAPS_pubmethodProcessTrust13Cancel(Message)

Defines the RST/Cancel method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodProcessTrust13CancelResponse(Message)

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

System_CAPS_pubmethodProcessTrust13Issue(Message)

Defines the RST/Issue method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodProcessTrust13IssueResponse(Message)

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

System_CAPS_pubmethodProcessTrust13Renew(Message)

Defines the RST/Renew method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodProcessTrust13RenewResponse(Message)

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

System_CAPS_pubmethodProcessTrust13Validate(Message)

Defines the RST/Validate method for the WS-Trust 1.3 protocol.

System_CAPS_pubmethodProcessTrust13ValidateResponse(Message)

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

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