Values.SigningConfigurationOverridesSourceA signing configuration that overrides the default encryption or hash algorithm of a signing job.
type nonrec t = {encryptionAlgorithm : EncryptionAlgorithm.t option;A specified override of the default encryption algorithm that is used in a code-signing job.
*)hashAlgorithm : HashAlgorithm.t option;A specified override of the default hash algorithm that is used in a code-signing job.
*)}