Brunet.Security.SecurityAssociation.Verify C# (CSharp) Méthode

Verify() public méthode

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