Public key type of this signature.


public int PublicKeyType {get; set;}
'Declaration
Public Property PublicKeyType As Integer
'Usage
Dim instance As PDFSignature
Dim value As Integer
instance.PublicKeyType = value
value = instance.PublicKeyType
public int getPublicKeyType()
public void setPublicKeyType(int publicKeyType)
public:
property int PublicKeyType {
int get();
void set ( int value);
}
Property Value
Public key type of this signature. In most cases, this is one of the
PublicKeyTypeXYZ constants defined in
PDFSignature.