Example #1
0
 public bool IsTrustedIdentity(SignalProtocolAddress address, IdentityKey identityKey, Direction direction)
 {
     return(identityKeyStore.IsTrustedIdentity(address, identityKey, direction));
 }
 public bool IsTrustedIdentity(string name, IdentityKey identityKey)
 {
     return(identityKeyStore.IsTrustedIdentity(name, identityKey));
 }