Method AddBioBlocks
AddBioBlocks(Byte[], Byte[])
Adds encoded biodata and a key to the attributes.
Declaration
public void AddBioBlocks(byte[] bioKey, byte[] bioBlocks)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bioKey | The biokey, also known as EncryptedAESKey. |
System.Byte[] | bioBlocks | An encoded sequence of BioBlocks |