Net Encryption Library
GHashStandard Property






KellermanSoftware.NetEncryptionLibrary Namespace > Encryption Class : GHashStandard Property
GHashStandard. Default is 5
Syntax
'Declaration
 
Public Property GHashStandard As GHashStandard
'Usage
 
Dim instance As Encryption
Dim value As GHashStandard
 
instance.GHashStandard = value
 
value = instance.GHashStandard
public GHashStandard GHashStandard {get; set;}
public read-write property GHashStandard: GHashStandard; 
public function get,set GHashStandard : GHashStandard
public: __property GHashStandard get_GHashStandard();
public: __property void set_GHashStandard( 
   GHashStandard value
);
public:
property GHashStandard GHashStandard {
   GHashStandard get();
   void set (    GHashStandard value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Encryption Class
Encryption Members