Method WrapDeviceTime
WrapDeviceTime(DateTime)
Wraps a time object into an attribute with OID DOT_STEPOVER_DOC_DEVICE_TIME
Declaration
public static Attribute WrapDeviceTime(DateTime time)
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTime | time | The device time to wrap. |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.Attribute | Device time attribute. |