Method WrapBioKey
WrapBioKey(Byte[])
Wraps a bioKey into an attribute with OID DOT_STEPOVER_DOC_BIOKEY.
Declaration
public static Attribute WrapBioKey(byte[] bioKey)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bioKey | The biokey. |
Returns
Type | Description |
---|---|
Org.BouncyCastle.Asn1.Cms.Attribute | The attribute or null in case of error. |