ValidationResult<TResult,TError>.ToValidationResult 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.
Casts the result to a ValidationResult<TResult,TError>.
public Microsoft.IdentityModel.Tokens.Experimental.ValidationResult<TResult,TError> ToValidationResult();
member this.ToValidationResult : unit -> Microsoft.IdentityModel.Tokens.Experimental.ValidationResult<'Result, 'Error (requires 'Error :> Microsoft.IdentityModel.Tokens.Experimental.ValidationError)>
Public Function ToValidationResult () As ValidationResult(Of TResult, TError)
Returns
The existing instance.
Remarks
Required for compatibility, see CA2225 for more information