Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As IWSTrustChannelContract Dim result As IAsyncResult Dim response As RequestSecurityTokenResponse instance.EndValidate(result, response) |
Syntax
Visual Basic |
---|
Sub EndValidate ( _ result As IAsyncResult, _ <OutAttribute> ByRef response As RequestSecurityTokenResponse _ ) |
C# |
---|
void EndValidate ( IAsyncResult result, out RequestSecurityTokenResponse response ) |
C++ |
---|
void EndValidate ( IAsyncResult^ result, [OutAttribute] RequestSecurityTokenResponse^% response ) |
J# |
---|
void EndValidate ( IAsyncResult result, /** @attribute OutAttribute() */ /** @ref */ RequestSecurityTokenResponse response ) |
JScript |
---|
|
Parameters
- result
- response
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.