Exemplo n.º 1
0
		public TokenCryptoData(string id, string supplierSerialNumber, CryptoData cryptoData, TokenTypeBaseParams tokenTypeBaseParams)
		{
			this._tokenID = id;
			this._tokenSupplierSerialNumber = supplierSerialNumber;
			this._cryptoData = cryptoData;
			this._tokenTypeBaseParams = tokenTypeBaseParams;
		}
Exemplo n.º 2
0
 public TokenCryptoData(string id, string supplierSerialNumber, CryptoData cryptoData, TokenTypeBaseParams tokenTypeBaseParams)
 {
     this._tokenID = id;
     this._tokenSupplierSerialNumber = supplierSerialNumber;
     this._cryptoData          = cryptoData;
     this._tokenTypeBaseParams = tokenTypeBaseParams;
 }