Click or drag to resize

CertificateTimeVerifierVerify Method

Verify that given certificate was valid on given time

Namespace:  Guardtime.KSI.Crypto.Microsoft.Crypto
Assembly:  ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static void Verify(
	X509Certificate2 certificate,
	Nullable<ulong> time
)

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
certificate
time
Type: SystemNullableUInt64
time to check certificate validity against
See Also