| | 1 | | namespace SharpHoundCommonLib.Enums |
| | 2 | | { |
| | 3 | | // More can be found here: https://www.pkisolutions.com/object-identifiers-oid-in-pki/ |
| | 4 | | public static class CommonOids |
| | 5 | | { |
| 1 | 6 | | public static string AnyPurpose = "2.5.29.37.0"; |
| 1 | 7 | | public static string ClientAuthentication = "1.3.6.1.5.5.7.3.2"; |
| 1 | 8 | | public static string PKINITClientAuthentication = "1.3.6.1.5.2.3.4"; |
| 1 | 9 | | public static string SmartcardLogon = "1.3.6.1.4.1.311.20.2.2"; |
| 1 | 10 | | public static string CertificateRequestAgent = "1.3.6.1.4.1.311.20.2.1"; |
| 1 | 11 | | public static string CertificateRequestAgentPolicy = "1.3.6.1.4.1.311.20.2.1"; |
| | 12 | | } |
| | 13 | | } |