FSO.Files.HIT.HSM.HSM C# (CSharp) Method

HSM() public method

Creates a new hsm file.
public HSM ( byte Filedata ) : System
Filedata byte The data to create the hsm from.
return System
        public HSM(byte[] Filedata)
        {
            ReadFile(new MemoryStream(Filedata));
        }

Same methods

HSM::HSM ( string Filepath ) : System