Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProviderOptions.MaxPublicKeySize

TElCustomCryptoProviderOptions     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the maximum public key size in bits.

Declaration

[C#]
    int MaxPublicKeySize;

[VB.NET]
    Property MaxPublicKeySize As Integer

[Pascal]
    property MaxPublicKeySize : integer;

[C++]
    int32_t get_MaxPublicKeySize();
    void set_MaxPublicKeySize(int32_t Value);

[PHP]
    integer get_MaxPublicKeySize()
    void set_MaxPublicKeySize(integer $Value)

[Java]
    int getMaxPublicKeySize();
    void setMaxPublicKeySize(int Value);

Description

    This property specifies the maximum public key length in bits.

Discuss this help topic in SecureBlackbox Forum