Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public bool TrustAndConnect(
	Options options,
	string trustFlag,
	string fingerprint
)
Visual Basic
Public Function TrustAndConnect ( _
	options As Options, _
	trustFlag As String, _
	fingerprint As String _
) As Boolean
Visual C++
public:
bool TrustAndConnect(
	Options^ options, 
	String^ trustFlag, 
	String^ fingerprint
)

Parameters

options
Type: Perforce.P4..::..Options
trustFlag
Type: System..::..String
fingerprint
Type: System..::..String

See Also