GdViewer.PdfCertificateRequestEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("22153247-A27D-39EA-9DED-2803907CC76D")>
Public Delegate Sub GdViewer.PdfCertificateRequestEventHandler( _
ByRef As String, _
ByRef As String _
)
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public delegate void GdViewer.PdfCertificateRequestEventHandler(
ref string ,
ref string
)
public delegate GdViewer.PdfCertificateRequestEventHandler(
var : String;
var : String
);
GuidAttribute("22153247-A27D-39EA-9DED-2803907CC76D")
public delegate GdViewer.PdfCertificateRequestEventHandler(
: String,
: String
)
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public: __gc __delegate void GdViewer.PdfCertificateRequestEventHandler(
ref string* ,
ref string*
)
[Guid("22153247-A27D-39EA-9DED-2803907CC76D")]
public delegate void GdViewer.PdfCertificateRequestEventHandler(
String^% ,
String^%
)
Parameters
- CertPath
- The file path to the digital ID file. This file contains the certificate given to decrypt the loaded PDF document.
- Password
- The password required to open the digital ID file specified above.
See Also