C-DEngine 5.105

ICDESecrets..::..GetLicenseSignerPublicKeys Method

Returns a list of RSA public keys that are used to validate any .cdel license files. If the license file is signed by at least one of these public key holders, it is considered valid.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


List<byte[]> GetLicenseSignerPublicKeys()
Function GetLicenseSignerPublicKeys As List(Of Byte())
List<array<unsigned char^>^>^ GetLicenseSignerPublicKeys()

Return Value