.NET Framework Class Library

NeedPasswordEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > NeedPasswordEventArgs Class >

.NET Framework Class Library

NeedPasswordEventArgs Constructor

Creates an instance of this class.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Sub New ( _
 attemptCount As Integer _
)

C#

public NeedPasswordEventArgs(
 int attemptCount
)

Visual C++

public:
NeedPasswordEventArgs(
 int attemptCount
)

Parameters

attemptCount

Type: System.Int32

See Also

NeedPasswordEventArgs Class

NeedPasswordEventArgs Members

Gnostice.Core Namespace