Brunet.Security.SecurityAssociation.Verify C# (CSharp) Method

Verify() public method

public Verify ( string id ) : bool
id string
return bool
    public bool Verify(string id)
    {
      return _ch.Verify(RemoteCertificate, Sender, id);
    }
  }