Brunet.Security.SecurityAssociation.Verify C# (CSharp) 메소드

Verify() 공개 메소드

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