Connect to an ssl server, handle trust handshake

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

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
connect options
trustFlag
Type: System..::..String
arguments to the "trust" command
fingerprint
Type: System..::..String
fingerprint to install

Return Value

true if the connection succeeds

See Also