46 [SecuritySafeCritical]
50 return m_timestampChain;
58 [SecuritySafeCritical]
81 m_hashAlgorithmId = timestamper.algHash;
83 ulong fileTime = ((ulong)(uint)timestamper.ftTimestamp.dwHighDateTime << 32) | (uint)timestamper.ftTimestamp.dwLowDateTime;
87 m_timestampChain =
new X509Chain(timestamper.pChainContext);
93 m_verificationResult = error;
SignatureVerificationResult
Specifies most of the result codes for signature verification.
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
The ability to open a store.
static DateTime FromFileTimeUtc(long fileTime)
Converts the specified Windows file time to an equivalent UTC time.
DateTime ToLocalTime()
Converts the value of the current T:System.DateTime object to local time.
SecurityAction
Specifies the security actions that can be performed using declarative security.
Controls access to stores containing X.509 certificates. This class cannot be inherited.
A platform-specific type that is used to represent a pointer or a handle.
Represents the base class from which all implementations of cryptographic hash algorithms must derive...
Represents a chain-building engine for T:System.Security.Cryptography.X509Certificates....
The ability to enumerate the certificates in a store.
static readonly IntPtr Zero
A read-only field that represents a pointer or handle that has been initialized to zero.
X509ChainElementCollection ChainElements
Gets a collection of T:System.Security.Cryptography.X509Certificates.X509ChainElement objects.
Represents an X.509 certificate.