namespace LibGit2Sharp { /// /// Top-level certificate type. The usable certificates inherit from this class. /// public abstract class Certificate { } }