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