SignOptions.SignOptions

SignOptions(string, string)

Initializes new instance of the SignOptions object with default options.

public SignOptions(string pfx, string password)
ParameterTypeDescription
pfxStringThe path to the pfx file.
passwordStringThe password to the pfx file.

See Also


SignOptions(Stream, string)

Initializes new instance of the SignOptions object with default options.

public SignOptions(Stream pfx, string password)
ParameterTypeDescription
pfxStreamThe stream with the pfx file.
passwordStringThe password to the pfx file.

See Also