STK XSend comments on this topic.
IsExpired Property (IAgSTKXSSLCertificateErrorEventArgs)
See Also
Windows





Windows & Linux

Description

Whether the certificate is expired.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsExpired() As Boolean
[C#]
public bool IsExpired {get;}
[Managed C++]
public: __property bool get_IsExpired();
[Unmanaged C++]
public: HRESULT get_IsExpired(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsExpired();
[Python - STK API ]
@property
def IsExpired(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.