adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Blowfish Class / Blowfish Constructor
The key to cipher with.

In This Topic
    Blowfish Constructor
    In This Topic
    Constructs and initializes a blowfish instance with the supplied key.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key() As Byte _
    )
    public Blowfish( 
       byte[] key
    )

    Parameters

    key
    The key to cipher with.
    See Also