Skip to content

Commit

Permalink
Make CertSrvH property types at ADCS.CertMod.Managed.Extensions public
Browse files Browse the repository at this point in the history
Make CertSrvH property types at ADCS.CertMod.Managed.Extensions public
  • Loading branch information
phonexicum authored and Crypt32 committed Aug 27, 2024
1 parent f51bd64 commit a0bf5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADCS.CertMod.Managed/Extensions/CertSrvH.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ namespace ADCS.CertMod.Managed.Extensions;
/// <summary>
/// Contains useful CA constants.
/// </summary>
static class CertSrvH {
public static class CertSrvH {
public const Int32 PROPTYPE_LONG = 1;
public const Int32 PROPTYPE_DATE = 2;
public const Int32 PROPTYPE_BINARY = 3;
public const Int32 PROPTYPE_STRING = 4;
}
}

0 comments on commit a0bf5a4

Please sign in to comment.