Click or drag to resize

ConnectionTrustAndConnect Method

Connect to an ssl server, handle trust handshake

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.1.261.8274
Syntax
public bool TrustAndConnect(
	Options options,
	string trustFlag,
	string fingerprint
)

Parameters

options
Type: Perforce.P4Options
connect options
trustFlag
Type: SystemString
arguments to the "trust" command
fingerprint
Type: SystemString
fingerprint to install

Return Value

Type: Boolean
true if the connection succeeds
Exceptions
ExceptionCondition
P4ExceptionConnection errors
See Also