Class OdfDocumentSignatureSummary
Provides the OdfDocumentSignatureSummary API. 表示文件層數位簽章專案的摘要狀態。
public sealed class OdfDocumentSignatureSummary
- Inheritance
-
OdfDocumentSignatureSummary
- Inherited Members
Properties
ErrorMessage
Gets the ErrorMessage value. 取得讀取文件簽章專案時的錯誤訊息;若可正常讀取則為 null。
public string? ErrorMessage { get; }
Property Value
HasSignatureEntry
Gets a value indicating the HasSignatureEntry state. 取得一個值,指出封裝是否包含文件簽章專案。
public bool HasSignatureEntry { get; }
Property Value
IsSignatureEntryReadable
Gets a value indicating the IsSignatureEntryReadable state. 取得一個值,指出文件簽章專案是否可用安全 XML 讀取器解析。
public bool IsSignatureEntryReadable { get; }
Property Value
IsSigned
Provides the IsSigned member. 取得一個值,指出文件是否至少包含一個可辨識的 XML 數位簽章。
public bool IsSigned { get; }
Property Value
SignatureCount
Gets the SignatureCount value. 取得文件簽章專案內的 XML 數位簽章數量。
public int SignatureCount { get; }
Property Value
SignatureEntryPath
Gets the SignatureEntryPath value. 取得文件簽章專案在 ODF 封裝中的路徑。
public string SignatureEntryPath { get; }