Nevron .NET Vision
Nevron.Compression Namespace / DeflaterOutputStream Class / AESAuthCode Field


In This Topic
    AESAuthCode Field
    In This Topic
    Returns the 10 byte AUTH CODE to be appended immediately following the AES data stream.
    Syntax
    'Declaration
     
    
    Protected AESAuthCode As System.Byte()
    'Usage
     
    
    Dim instance As DeflaterOutputStream
    Dim value() As System.Byte()
     
    value = instance.AESAuthCode
     
    instance.AESAuthCode = value
    protected System.byte[] AESAuthCode
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also