コード例 #1
0
 public PinGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
コード例 #2
0
 public PinTranslation(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
コード例 #3
0
 public CvvGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
コード例 #4
0
 public ZonePinEncryptionKey(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
コード例 #5
0
 public PinVerification(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }