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

In This Topic
    CreateSessionKey Method
    In This Topic
    Creates a block of random bytes that can be used as a session key.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateSessionKey() As Byte()
    public static byte[] CreateSessionKey()
    See Also