AuthenticateResult.Skipped Property
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.
Indicates that this stage of authentication was skipped by user intervention.
public:
property bool Skipped { bool get(); };
public bool Skipped { get; }
member this.Skipped : bool
Public ReadOnly Property Skipped As Boolean