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





Windows & Linux

Description

Certificate's subject field.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.