CustomSignHash

DigitalSignOptions.CustomSignHash property

Gets or sets a custom hash signing function, allowing users to implement their own digital signing logic. This enables signing with external certificates and supports different hash algorithms.

public ICustomSignHash CustomSignHash { get; set; }

See Also