STK XSend comments on this topic.
PEMData Property (AgSTKXSSLCertificateErrorEventArgs)
See Also
Windows





Windows & Linux

Description

Certificate's PEM data encoded as base-64.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PEMData() As String
[C#]
public string PEMData {get;}
[Managed C++]
public: __property String __gc ^ get_PEMData();
[Unmanaged C++]
public: HRESULT get_PEMData(
    BSTR * pRetVal
);
[Java]
public String getPEMData();
[Python - STK API ]
@property
def PEMData(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.