Class Sdk
This class manages the SDK initialization.
Inheritance
System.Object
Sdk
Namespace: PSPDFKit
Assembly: PSPDFKit.dll
Syntax
public static class Sdk
Methods
Initialize()
This initializes the SDK in trial mode. Usually it isn't required to be called as the PdfView also initializes the SDK.
Declaration
public static void Initialize()
Initialize(String)
Declaration
public static void Initialize(string license)
Parameters
Type | Name | Description |
---|---|---|
System.String | license | A valid license for the SDK. |
Events
TrustedCertificateAuthorityRequest
This event handler is fired in order to request trusted certificate authority certificates for digital signatures.
Declaration
public static event TypedEventHandler<Deferral, CertificateAuthorities> TrustedCertificateAuthorityRequest
Event Type
Type | Description |
---|---|
Windows.Foundation.TypedEventHandler<Windows.Foundation.Deferral, CertificateAuthorities> |