Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.View

TElX509Certificate     


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


Displays certificate information.

Declaration

[C#]
    bool View(IntPtr Owner);

[VB.NET]
    Function View(ByVal Owner As IntPtr) As Boolean

[Pascal]
    function View(Owner : HWND) : boolean;

[C++]
    bool View(uint32_t Owner);

[PHP]
    bool View(integer $Owner)

[Java]
    boolean view(long Owner);

Parameters

  • Owner - a handle to the window that is the parent of the certificate info dialog box.

Return value

    Returns True if the certificate view dialog was successfully created, and False otherwise.

Description

    This function uses system CryptUIDlgViewCertificate function, to create a certificate view dialog that displays the certificate information.

Discuss this help topic in SecureBlackbox Forum