←Select platform

PublicKeyType Property

Summary
Public key type of this signature.
Syntax
C#
C++/CLI
Java
Python
public int PublicKeyType { get; set; } 
public int getPublicKeyType(); 
public void setPublicKeyType( 
   int intValue 
); 
public: 
property int PublicKeyType { 
   int get(); 
   void set (    int ); 
} 
PublicKeyType # get and set (PDFSignature) 

Property Value

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

Value Name Description
1 PublicKeyTypeRSA RSA public key type
2 PublicKeyTypeRSA2 RSA2 public key type
4 PublicKeyTypeDSA DSA public key type
16 PublicKeyTypeDSA1 DSA1 public key type
32 PublicKeyTypeDSA2 DSA2 public key type
64 PublicKeyTypeDSA3 DSA3 public key type
128 PublicKeyTypeDSA4 DSA4 public key type
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.