←Select platform

PublicKeyType Property

Summary

Public key type of this signature.

Syntax
C#
VB
C++
Java
public int PublicKeyType { get; set; } 
Public Property PublicKeyType As Integer 
public int getPublicKeyType() 
public void setPublicKeyType(int publicKeyType) 
public: 
property int PublicKeyType { 
   int get(); 
   void set (    int ); 
} 

Property Value

Public key type of this signature. In most cases, this is one of the PublicKeyTypeXYZ constants defined in PDFSignature.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly