Property SignedContentInfo
SignedContentInfo
Gets the SignedData object that contains information about signed content. This property is only set for entities with signed content.
Declaration
public SignedData SignedContentInfo { get; }
Property Value
Type | Description |
---|---|
SignedData | A SignedData object. |