summary refs log tree commit diff
path: root/crypto/src/asn1/x509/X509Attributes.cs
blob: 291329a625cfbc1e632f0f1099ab0851434eb18d (plain) (blame)
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");
	}
}