CmsSignerInfo.TimestampInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RFC3161 unauthenticated timestamp information.
public:
property CmsTimestampInfo ^ TimestampInfo { CmsTimestampInfo ^ get(); };
CmsTimestampInfo TimestampInfo();
public CmsTimestampInfo TimestampInfo { get; }
var cmsTimestampInfo = cmsSignerInfo.timestampInfo;
Public ReadOnly Property TimestampInfo As CmsTimestampInfo
Property Value
The RFC3161 unauthenticated timestamp information.