In The Hand LtdIn The Hand
GetResourcePassword Method (resourceName, password)
NamespacesInTheHand.NetNetworkShareGetResourcePassword(String, String%)
.NET Components for Mobility
This function prompts the user to enter a password for a password-protected network share.
Declaration Syntax
C#Visual Basic
public static bool GetResourcePassword(
	string resourceName,
	out string password
)
Public Shared Function GetResourcePassword ( _
	resourceName As String, _
	<OutAttribute> ByRef password As String _
) As Boolean
Parameters
resourceName (String)
Specifies the name of the resource.
password (String%)
The password for the resource.
Return Value
TRUE indicates success. FALSE indicates failure.

Assembly: InTheHand.Net.Extended (Module: InTheHand.Net.Extended) Version: 7.0.0.0