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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.