JAMS Developer Guide
Load(Credential,String) Method


MVPSI.JAMS Namespace > Credential Class > Load Method : Load(Credential,String) Method
The JAMS Credential definition which is returned from this method.
Credential Name.
Load a Credential definition from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef credential As Credential, _
   ByVal credentialName As System.String _
) 
'Usage
 
Dim credential As Credential
Dim credentialName As System.String
 
Credential.Load(credential, credentialName)
public static void Load( 
   out Credential credential,
   System.string credentialName
)

Parameters

credential
The JAMS Credential definition which is returned from this method.
credentialName
Credential Name.
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
Overload List