Click or drag to resize

TrustCmdFlags Enumeration

Flags for the trust command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum TrustCmdFlags
Members
  Member nameValueDescription
None0 No flags.
List1 The -l flag lists existing known fingerprints.
AutoAccept2 The -y flag will cause prompts to be automatically accepted.
AutoReject4 The -n flag will cause prompts to be automatically refused.
Delete8 The -d flag will remove an existing trusted fingerprint of a connection.
ForceReplacement16 The -f flag will force the replacement of a mismatched fingerprint.
Install32 The -i flag will allow a specific fingerprint to be installed.
Replacement64 The -r flag specifies that a replacement fingerprint is to be affected. Replacement fingerprints can be used in anticipation of a server replacing its key. If a replacement fingerprint exists for a connection and the primary fingerprint does not match while the replacement fingerprint does, the replacement fingerprint will replace the primary. This flag can be combined with -l, -i, or -d.
See Also