Nevron .NET Vision
Nevron.Compression Namespace / PkzipClassicCryptoBase Class / UpdateKeys Method


In This Topic
    UpdateKeys Method
    In This Topic
    Update encryption keys
    Syntax
    'Declaration
     
    
    Protected Sub UpdateKeys( _
       ByVal ch As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As PkzipClassicCryptoBase
    Dim ch As System.Byte
     
    instance.UpdateKeys(ch)
    protected void UpdateKeys( 
       System.byte ch
    )

    Parameters

    ch
    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