Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property MaxLogAge As Integer Get Set |
C# |
---|
public static int MaxLogAge { get; set; } |
Visual C++ |
---|
public: static property int MaxLogAge { int get (); void set (int value); } |
JavaScript |
---|
Cryptware.NCryptoki.LogWriter.get_maxLogAge = function(); Cryptware.NCryptoki.LogWriter.set_maxLogAge = function(value); |