HtmlConverter
Authenticate Method
|
Authenticate
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int Authenticate(
ref IntPtr phwnd,
ref IntPtr pszUsername,
ref IntPtr pszPassword
)
Public Function Authenticate (
ByRef phwnd As IntPtr,
ByRef pszUsername As IntPtr,
ByRef pszPassword As IntPtr
) As Integer
public:
virtual int Authenticate(
IntPtr% phwnd,
IntPtr% pszUsername,
IntPtr% pszPassword
) sealed
abstract Authenticate :
phwnd : IntPtr byref *
pszUsername : IntPtr byref *
pszPassword : IntPtr byref -> int
override Authenticate :
phwnd : IntPtr byref *
pszUsername : IntPtr byref *
pszPassword : IntPtr byref -> int
Parameters
-
phwnd
-
Type:
System
IntPtr
phwnd.
-
pszUsername
-
Type:
System
IntPtr
pszUsername.
-
pszPassword
-
Type:
System
IntPtr
pszPassword.
Return Value
Type:
Int32
0
See Also