summary refs log tree commit diff
path: root/Crypto/src/asn1/x509/X509Attributes.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Crypto/src/asn1/x509/X509Attributes.cs')
-rw-r--r--Crypto/src/asn1/x509/X509Attributes.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Crypto/src/asn1/x509/X509Attributes.cs b/Crypto/src/asn1/x509/X509Attributes.cs
new file mode 100644
index 000000000..291329a62
--- /dev/null
+++ b/Crypto/src/asn1/x509/X509Attributes.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Org.BouncyCastle.Asn1.X509
+{
+	public class X509Attributes
+	{
+		public static readonly DerObjectIdentifier RoleSyntax = new DerObjectIdentifier("2.5.4.72");
+	}
+}