SignInResponseMessage.Validate 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.
Validates the current instance.
protected:
override void Validate();
protected override void Validate ();
override this.Validate : unit -> unit
Protected Overrides Sub Validate ()
Exceptions
The action parameter (wa) is not "wsignin1.0".
Neither the wresult parameter nor the wresultptr parameter is specified
-or-
Both the wresult parameter and the wresultptr parameter are specified.
Remarks
Checks that the action parameter (wa) is "wsignin1.0" and that either the wresult parameter or the wresultptr parameter is specified.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.