.NET Framework Class Library

FileInfo.IsSuppliedPasswordCorrect Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > FileInfo Class > FileInfo Properties >

.NET Framework Class Library

FileInfo.IsSuppliedPasswordCorrect Property

Returns whether the supplied password is correct.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public ReadOnly Property IsSuppliedPasswordCorrect As Boolean
 Get

C#

public bool IsSuppliedPasswordCorrect { get; }

Visual C++

public:
property bool IsSuppliedPasswordCorrect {
 bool get ();
}

See Also

FileInfo Class

FileInfo Members

Gnostice.Core.DOM Namespace