JAMS Developer Guide
GetCredential Method


MVPSI.JAMS Namespace > Credential Class : GetCredential Method
Gets a new Network Credential
Syntax
'Declaration
 
Public Function GetCredential( _
   ByVal uri As System.Uri, _
   ByVal authType As System.String _
) As System.Net.NetworkCredential
'Usage
 
Dim instance As Credential
Dim uri As System.Uri
Dim authType As System.String
Dim value As System.Net.NetworkCredential
 
value = instance.GetCredential(uri, authType)
public System.Net.NetworkCredential GetCredential( 
   System.Uri uri,
   System.string authType
)

Parameters

uri
authType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Credential Class
Credential Members