Click or drag to resize

CertificateTimeVerifierVerify Method

Verify that given certificate was valid on given time

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

Parameters

certificate
Type: X509Certificate
certificate
time
Type: SystemNullableUInt64
time to check certificate validity against
See Also