Пример #1
0
 protected virtual StartedAuthentication StartAuthenticationCore(string appId, U2FDevice registeredDevice)
 {
     return(global::U2F.Core.Crypto.U2F.StartAuthentication(appId,
                                                            new DeviceRegistration(registeredDevice.KeyHandle, registeredDevice.PublicKey,
                                                                                   registeredDevice.AttestationCert, (uint)registeredDevice.Counter)));
 }
Пример #2
0
 protected override StartedAuthentication StartAuthenticationCore(string appId, U2FDevice registeredDevice)
 {
     return(StartedAuthentication());
 }