Method WrapDriverCertificate
WrapDriverCertificate(Byte[])
Wraps a driver certificate into an attribute with OID DOT_STEPOVER_DOC_DRIVER_CERTIFICATE
Declaration
public static Attribute WrapDriverCertificate(byte[] driverCert)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | driverCert | The driver certificate to wrap. |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.Attribute | Driver certificate attribute. Null if input is null. |