예제 #1
0
 public Endorsement EndorseNewDevice(string targetDeviceFingerPrint)
 {
     return(_identityStore.EndorseKeyPairFromNewDevice(
                _currentIdentity,
                targetDeviceFingerPrint));
 }