Method GetDeviceTime
GetDeviceTime(Attributes)
Gets the device time in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DEVICE_TIME
Declaration
public static DateTime? GetDeviceTime(Attributes attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The device time null in case of error. |