Class SignatureData
Info
Data used to add signature for spreadsheet file.
public class SignatureData
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
SignatureData()
public SignatureData()
Properties
CertificateData
Certificate data.
public byte[] CertificateData { get; set; }
Property Value
byte[]
Comment
Comment for the signature.
public string Comment { get; set; }
Property Value
Password
Password of the certificate file.
public string Password { get; set; }
Property Value
Namespace: Sheetize Assembly: Sheetize.dll