Method AddBioText
AddBioText(Byte[], String)
Adds textual biodata and a corresponding key to the attributes.
Declaration
public void AddBioText(byte[] bioKey, string bioText)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bioKey | The biokey, also known as EncryptedAESKey. |
System.String | bioText | The biodata as a text. |