Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest.PublicKeySize

TElCertificateRequest     See also     


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


Returns the public key size of the current Certificate Request.

Declaration

[C#]
    int PublicKeySize;

[VB.NET]
    Property PublicKeySize As Integer

[Pascal]
    property PublicKeySize : Integer;

[C++]
    int32_t get_PublicKeySize();

[PHP]
    integer get_PublicKeySize()

[Java]
    int getPublicKeySize();

Values:

The following algorithms may be used as public key algorithms:


The following algorithms may be used as signature algorithms:

Description

    Use this read-only property to get the size of public key in bits.

See also:     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum