VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / AuthenticateAsOwner(String) Method
Syntax Requirements SeeAlso
In This Topic
    AuthenticateAsOwner(String) Method (PdfDocument)
    In This Topic
    Performs authentication as owner using specified password.
    Syntax
    'Declaration
    
    Public Function AuthenticateAsOwner( _
    ByVal ownerPassword
    The owner password.
    As System.String _
    ) As Vintasoft.Imaging.Pdf.Security.AuthorizationResult
    public Vintasoft.Imaging.Pdf.Security.AuthorizationResult AuthenticateAsOwner(
    System.String ownerPassword
    )
    public: Vintasoft.Imaging.Pdf.Security.AuthorizationResult AuthenticateAsOwner(
    System.String ownerPassword
    )
    public:
    Vintasoft.Imaging.Pdf.Security.AuthorizationResult AuthenticateAsOwner(
    System.String ownerPassword
    )

    Parameters

    ownerPassword
    The owner password.

    Return Value

    Authentication result.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also