Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CertificateSize

TElX509Certificate     See also     


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


This property is obsolete, use SaveToBuffer instead.

Declaration

[C#]
    int CertificateSize;

[VB.NET]
    Property CertificateSize As Integer

[Pascal]
    property CertificateSize : integer;

[C++]
    int32_t get_CertificateSize();

[PHP]
    integer get_CertificateSize()

[Java]
    int getCertificateSize();

Description

    Use this function to get the size of the buffer returned by CertificateBinary property.

See also:     CertificateBinary    

Discuss this help topic in SecureBlackbox Forum