adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Encryption Class / GetRandomBytes Method

In This Topic
    GetRandomBytes Method
    In This Topic
    Creates a random encryption key suitable for use by the encryption/decryption methods in this class.
    Syntax
    'Declaration
     
    
    Public Shared Function GetRandomBytes( _
       ByVal length As Integer _
    ) As Byte()
    public static byte[] GetRandomBytes( 
       int length
    )

    Parameters

    length
    See Also