Eplan Platform API
Eplan.IdentityClient Namespace / AuthenticationData Class / AuthenticationTime Property

In This Topic
    AuthenticationTime Property
    In This Topic
    Authentication date and time.
    Syntax
    public DateTimeOffset AuthenticationTime {get; set;}
    public:
    property DateTimeOffset AuthenticationTime {
       DateTimeOffset get();
       void set (    DateTimeOffset value);
    }
    See Also