X509Attributes.cs 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 using System; namespace Org.BouncyCastle.Asn1.X509 { public class X509Attributes { public static readonly DerObjectIdentifier RoleSyntax = new DerObjectIdentifier("2.5.4.72"); } }