Method GetBioBlocks
GetBioBlocks(Attributes)
Gets the bio blocks in the given attributes if present with the object identifier DOT_STEPOVER_DOC_BIODATA_BLOCKS
Declaration
public static byte[] GetBioBlocks(Attributes attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes. |
Returns
| Type | Description |
|---|---|
| System.Byte[] | The bio blocks or null in case of error. |