示例#1
0
 public SecurityService(
     IEmbeddedAesDataProtectionProvider ea,
     ILocalDataProtectionProvider local,
     ISecondaryPasswordDataProtectionProvider sp)
 {
     this.ea    = ea;
     this.local = local;
     this.sp    = sp;
 }