CryptoSys PKI Toolkit Manual

X509.CertExpiresOn Method

Returns date and time certificate expires

Syntax

[C#]
public static string CertExpiresOn(
	string certFile
)
[VB.NET]
Public Shared Function CertExpiresOn ( _
	certFile As String _
) As String

Parameters

certFile
Filename of certificate file (or its base64 representation)

Return Value

Date and time in ISO format or Empty string if error

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: X509_CertExpiresOn

[Contents] [Index]

[HOME]   [NEXT: X509.CertIsValidNow Method...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.