Enum SignatureVerificationBehavior
public enum SignatureVerificationBehavior
Fields
Always = 3Verify a signature always. If the signature is not present, it is an error.
IfExists = 1Verify a signature if and only if it exists.
IfExistsAndIsNecessary = 2Verify a signature if and only if it exists and is necessary (e.g.: trust evaluation of another signature depends on it).
Never = 0Do not verify a signature.