Enum VerificationTarget
Indicates the type of signature a verification is targeting
[Flags]
public enum VerificationTarget
Fields
All = Unknown | Author | Repository
Target all available signatures.
Author = 4
Target author signatures
None = 0
Don't target any signatures.
Repository = 8
Target repository signatures
Unknown = 2
Target unknown primary signatures.
Remarks
This target makes no assumption about the placement of the signature. It only refers to author or repository type of signature. If a specific placement is needed use the SignaturePlacement enum.