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