I see I can write :
protected static
in my C# class (in my case, an aspx.cs). As well as :
private static
One use is that you can create private static fields, and expose using public static methods/properties (to apply some custom business logic like singleton, etc)