CmsTimestampInfo
CmsTimestampInfo
CmsTimestampInfo
CmsTimestampInfo
Class
Definition
Represents an RFC3161 unauthenticated timestamp attribute in a signed CMS message.
public : sealed class CmsTimestampInfo : ICmsTimestampInfopublic sealed class CmsTimestampInfo : ICmsTimestampInfoPublic NotInheritable Class CmsTimestampInfo Implements ICmsTimestampInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Certificates Certificates Certificates Certificates
Gets the list of certificates that is used for chain building for the signing certificate.
public : IVectorView<Certificate> Certificates { get; }public IReadOnlyList<Certificate> Certificates { get; }Public ReadOnly Property Certificates As IReadOnlyList<Certificate>// You can use this property in JavaScript.
- Value
- IVectorView<Certificate> IReadOnlyList<Certificate> IReadOnlyList<Certificate> IReadOnlyList<Certificate>
The list of certificates that is used for chain building for the signing certificate.
SigningCertificate SigningCertificate SigningCertificate SigningCertificate
Gets the certificate that is used to sign the timestamp.
public : Certificate SigningCertificate { get; }public Certificate SigningCertificate { get; }Public ReadOnly Property SigningCertificate As Certificate// You can use this property in JavaScript.
The certificate that is used to sign the timestamp.
Timestamp Timestamp Timestamp Timestamp
Gets the date and time of the timestamp.
public : DateTime Timestamp { get; }public DateTimeOffset Timestamp { get; }Public ReadOnly Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The date and time of the timestamp.