XFINIUM.PDF Documentation
SecurityHandler Property (PdfDocument)



Xfinium.Pdf Namespace > PdfDocument Class : SecurityHandler Property
Gets the document security handler.
Syntax
'Declaration
 
Public ReadOnly Property SecurityHandler As PdfSecurityHandler
'Usage
 
Dim instance As PdfDocument
Dim value As PdfSecurityHandler
 
value = instance.SecurityHandler
public PdfSecurityHandler SecurityHandler {get;}
public:
property PdfSecurityHandler^ SecurityHandler {
   PdfSecurityHandler^ get();
}

Property Value

A Xfinium.Pdf.Core.Security.PdfSecurityHandler that represents the handler used to encrypt the file loaded in this PdfDocument.
Remarks
Both RC4 and AES security handlers are supported.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocument Class
PdfDocument Members