public TokenCryptoData(string id, string supplierSerialNumber, CryptoData cryptoData, TokenTypeBaseParams tokenTypeBaseParams) { this._tokenID = id; this._tokenSupplierSerialNumber = supplierSerialNumber; this._cryptoData = cryptoData; this._tokenTypeBaseParams = tokenTypeBaseParams; }