Brunet.Security.PeerSec.Symphony.SymphonySecurityOverlord.ContainsSender C# (CSharp) Method

ContainsSender() public method

public ContainsSender ( Address target ) : bool
target Address
return bool
    public bool ContainsSender(Address target) {
      return _address_to_sa.ContainsKey(target);
    }