SignInResponseMessage.Validate Method

Definition

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