CryptoSys PKI Pro Manual

General.Version Method

Return the release version of the core CryptoSys PKI DLL as an integer value.

Syntax

[C#]
public static int Version()
[VB]
Public Shared Function Version As Integer

Parameters

Return Value

Int32
Version number in form Major * 10000 + Minor * 100 + Release. For example, version 3.10.1 would return 31001.

Example

int n = CryptoSysPKI.General.Version();
Console.WriteLine("Version={0}", n);

See Also

VB6/C equivalent: PKI_Version

[Contents] [Index]

[PREV: General.PowerUpTests Method...]   [Contents]   [Index]   
   [NEXT: Hash.BytesFromBytes Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.