Discuss this help topic in SecureBlackbox Forum
Shows if the signature represents an X.509 certificate.
Declaration
[C#]
bool IsX509Certificate;
[VB.NET]
Property IsX509Certificate As Boolean
[Pascal]
property IsX509Certificate : boolean;
[C++]
bool get_IsX509Certificate();
[PHP]
bool get_IsX509Certificate()
[Java]
boolean getIsX509Certificate();
Description
Use this read-only property to find outif the signature represents an X.509 certificate.
Discuss this help topic in SecureBlackbox Forum