Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MinKeySize As Integer Get Set |
C# |
---|
public int MinKeySize { get; set; } |
Visual C++ |
---|
public: virtual property int MinKeySize { int get () sealed; void set (int value) sealed; } |
JavaScript |
---|
function get_minKeySize(); function set_minKeySize(value); |