C# Class DataProtectionSample.Program

Mostra file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

Method Description
InitProtection ( ) : MySafe
Read ( MySafe safe, string fileName ) : void
Write ( MySafe safe, string fileName ) : void

Private Methods

Method Description
Main ( string args ) : void
ShowUsage ( ) : void

Method Details

InitProtection() public static method

public static InitProtection ( ) : MySafe
return MySafe

Read() public static method

public static Read ( MySafe safe, string fileName ) : void
safe MySafe
fileName string
return void

Write() public static method

public static Write ( MySafe safe, string fileName ) : void
safe MySafe
fileName string
return void