C# Class TrueLib.EncryptedContainerFile

Inheritance: EncryptedMedia
Show file Open project: nefarius/TrueMount-3

Public Methods

Method Description
EncryptedContainerFile ( string fileName ) : System

Creates a new container file and assignes a name.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

EncryptedContainerFile() public method

Creates a new container file and assignes a name.
public EncryptedContainerFile ( string fileName ) : System
fileName string The local file name.
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string