VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / IsAuthenticationRequired Property
Syntax Requirements SeeAlso
In This Topic
    IsAuthenticationRequired Property (DecoderBase)
    In This Topic
    Gets a value indicating whether source document requres authentication.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsAuthenticationRequired As Boolean
    
    
    public bool IsAuthenticationRequired { get; }
    
    
    public: __property bool get_IsAuthenticationRequired();
    
    
    
    public:
    property bool IsAuthenticationRequired { bool get(); }

    Property Value

    True - source document is encrypted and requires authentication; false - source document is not encrypted or authentication is passed.
    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