Skip to content
View gabrielcalegari's full-sized avatar
Block or Report

Block or report gabrielcalegari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TspResponder TspResponder Public

    A .NET facility to create a Timestamp Authority Responder

    C# 2 4

  2. OCSPResponder OCSPResponder Public

    A .NET facility to create an OCSP Responder. Written in C# under netstandard it has support for .NET Full and .NET Core

    C# 20 5

  3. Proposal for Generic Document Archit... Proposal for Generic Document Architecture
    1
    public interface IDocumentPart
    2
    {
    3
        string Content { get; }
    4
    }
    5