PasswordProtected

data class PasswordProtected(val securityLevel: SecurityLevel = SecurityLevel.UNKNOWN) : DocumentValidationResult

The document is password protected and requires authentication.

Parameters

securityLevel

The level of security protection (if determinable)

Constructors

Link copied to clipboard
constructor(securityLevel: SecurityLevel = SecurityLevel.UNKNOWN)

Properties

Link copied to clipboard