Enum VerificationTarget
Indicates the type of signature a verification is targeting
[Flags]
public enum VerificationTarget
Fields
All = Unknown | Author | RepositoryTarget all available signatures.
Author = 4Target author signatures
None = 0Don't target any signatures.
Repository = 8Target repository signatures
Unknown = 2Target 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.