Values.EncryptionAlgorithmOptionsSourceThe encryption algorithm options that are available to a code-signing job.
type nonrec t = {allowedValues : EncryptionAlgorithms.t option;The set of accepted encryption algorithms that are allowed in a code-signing job.
*)defaultValue : EncryptionAlgorithm.t option;The default encryption algorithm that is used by a code-signing job.
*)}