←Select platform

KeyUsage Property

Summary

Key usage of this signature.

Syntax

C#
VB
Java
C++
public int KeyUsage { get; set; } 
Public Property KeyUsage As Integer 
public int getKeyUsage() 
public void setKeyUsage(int keyUsage) 
             
public: 
property int KeyUsage { 
   int get(); 
   void set (    int ); 
} 

Property Value

Key usage of this signature. In most cases, this is one or more of the KeyUsageXYZ constants defined in PDFSignature.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly