Method WrapBioBlocks
WrapBioBlocks(Byte[])
Wraps an encoded sequence of bioBlocks into an attribute with OID DOT_STEPOVER_DOC_BIODATA_BLOCKS.
Declaration
public static Attribute WrapBioBlocks(byte[] bioBlocks)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bioBlocks | The encoded sequence of bioBlocks. |
Returns
Type | Description |
---|---|
Org.BouncyCastle.Asn1.Cms.Attribute | The attribute or null in case of error. |