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