Ejemplo n.º 1
0
 public InMemorySignalProtocolStore(IdentityKeyPair identityKeyPair, uint registrationId)
 {
     this.identityKeyStore = new InMemoryIdentityKeyStore(identityKeyPair, registrationId);
 }