SecurityTokenService.EndValidate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, completes the asynchronous WS-Trust Validate request.
public:
virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndValidate(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndValidate (IAsyncResult result);
abstract member EndValidate : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndValidate : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndValidate (result As IAsyncResult) As RequestSecurityTokenResponse
Parameters
- result
- IAsyncResult
The IAsyncResult that is returned by a call to the BeginValidate(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) method.
Returns
A RequestSecurityTokenResponse that represents the RSTR to return to the caller.
Remarks
The default implementation of this method throws an InvalidRequestException.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.