IWSTrust13AsyncContract Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die asynchrone Dienstvertragsoberfläche für das WS-Trusts 1.3-Protokoll.
public interface class IWSTrust13AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrust13AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrust13AsyncContract = interface
Public Interface IWSTrust13AsyncContract
- Abgeleitet
- Attribute
Methoden
BeginTrust13Cancel(Message, AsyncCallback, Object) |
Definiert die asynchrone Cancel-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13CancelResponse(Message, AsyncCallback, Object) |
Definiert die asynchrone RSTR/Cancel-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13Issue(Message, AsyncCallback, Object) |
Definiert die asynchrone Issue-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13IssueResponse(Message, AsyncCallback, Object) |
Definiert die asynchrone RSTR/Issue-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13Renew(Message, AsyncCallback, Object) |
Definiert die asynchrone Renew-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13RenewResponse(Message, AsyncCallback, Object) |
Definiert die asynchrone RSTR/Renew-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13Validate(Message, AsyncCallback, Object) |
Definiert die asynchrone Validate-Methode für das Protokoll WS-Trusts 1.3. |
BeginTrust13ValidateResponse(Message, AsyncCallback, Object) |
Definiert die asynchrone RSTR/Validate-Methode für das Protokoll WS-Trusts 1.3. |
EndTrust13Cancel(IAsyncResult) |
Schließt die asynchrone Cancel-Methode ab. |
EndTrust13CancelResponse(IAsyncResult) |
Schließt die asynchrone RSTR/Cancel-Methode ab. |
EndTrust13Issue(IAsyncResult) |
Schließt die asynchrone Issue-Methode ab. |
EndTrust13IssueResponse(IAsyncResult) |
Schließt die asynchrone RSTR/Issue-Methode ab. |
EndTrust13Renew(IAsyncResult) |
Schließt die asynchrone Renew-Methode ab. |
EndTrust13RenewResponse(IAsyncResult) |
Schließt die asynchrone RSTR/Renew-Methode ab. |
EndTrust13Validate(IAsyncResult) |
Schließt die asynchrone Validate-Methode ab. |
EndTrust13ValidateResponse(IAsyncResult) |
Schließt die asynchrone RSTR/Validate-Methode ab. |