public WinBioDatabaseKey(WinBioStorageSchema database)
 {
     Attributes = database.Attributes;
     Format = database.DataFormat;
     BiometricType = WinBioBiometricType.Fingerprint;
     AutoCreate = 1;
     AutoName = 1;
     InitialSize = 32;
     FilePath = "";
     ConnectionString = "";
 }
Exemple #2
0
 public WinBioDatabaseKey(WinBioStorageSchema database)
 {
     Attributes       = database.Attributes;
     Format           = database.DataFormat;
     BiometricType    = WinBioBiometricType.Fingerprint;
     AutoCreate       = 1;
     AutoName         = 1;
     InitialSize      = 32;
     FilePath         = Environment.SystemDirectory + string.Format(@"\WINBIODATABASE\{0}.DAT", database.DatabaseId.ToString().ToUpper());
     ConnectionString = "";
 }
Exemple #3
0
 public WinBioDatabaseKey(WinBioStorageSchema database)
 {
     Attributes       = database.Attributes;
     Format           = database.DataFormat;
     BiometricType    = WinBioBiometricType.Fingerprint;
     AutoCreate       = 1;
     AutoName         = 1;
     InitialSize      = 32;
     FilePath         = "";
     ConnectionString = "";
 }