Method WrapDeviceSerialNumber
WrapDeviceSerialNumber(String)
Wraps a device serial number into an attribute with OID DOT_STEPOVER_DOC_DEVICE_SERIALNUMBER
Declaration
public static Attribute WrapDeviceSerialNumber(string serialNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | serialNumber | The device name to wrap. |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.Attribute | Device serial number attribute. Null if input is null. |