Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.CertHandle

TElX509Certificate     


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


This property is obsolete, use SaveToBuffer instead.

Declaration

[C#]
    IntPtr CertHandle;

[VB.NET]
    Property CertHandle As IntPtr

[Pascal]
    property CertHandle : CERT_CONTEXT;

[C++]
    PCCERT_CONTEXT get_CertHandle();
    void set_CertHandle(PCCERT_CONTEXT Value);

[PHP]
    CERT_CONTEXT get_CertHandle()
    void set_CertHandle(CERT_CONTEXT $Value)

[Java]
    JNI$Pointer getCertHandle();
    void setCertHandle(JNI$Pointer Value);

Description

    Use this property to get system handle of the certificate if it belongs to the system cert store. If it doesn't belong to the system store, nil / null / Nothing is returned.

Discuss this help topic in SecureBlackbox Forum