TrustCmdFlags Enumeration
|
Flags for the trust command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum TrustCmdFlags
<FlagsAttribute>
Public Enumeration TrustCmdFlags
[FlagsAttribute]
public enum class TrustCmdFlags
[<FlagsAttribute>]
type TrustCmdFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| List | 1 |
The -l flag lists existing known fingerprints.
|
| AutoAccept | 2 |
The -y flag will cause prompts to be automatically accepted.
|
| AutoReject | 4 |
The -n flag will cause prompts to be automatically refused.
|
| Delete | 8 |
The -d flag will remove an existing trusted fingerprint of a connection.
|
| ForceReplacement | 16 |
The -f flag will force the replacement of a mismatched fingerprint.
|
| Install | 32 |
The -i flag will allow a specific fingerprint to be installed.
|
| Replacement | 64 |
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