summary refs log tree commit diff
path: root/crypto/src/asn1/icao/CscaMasterList.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/icao/CscaMasterList.cs')
-rw-r--r--crypto/src/asn1/icao/CscaMasterList.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/asn1/icao/CscaMasterList.cs b/crypto/src/asn1/icao/CscaMasterList.cs
index 6890d8a2e..d03b3adb4 100644
--- a/crypto/src/asn1/icao/CscaMasterList.cs
+++ b/crypto/src/asn1/icao/CscaMasterList.cs
@@ -62,7 +62,7 @@ namespace Org.BouncyCastle.Asn1.Icao
 
 		public virtual int Version
 		{
-			get { return version.Value.IntValue; }
+            get { return version.IntValueExact; }
 		}
 
 		public X509CertificateStructure[] GetCertStructs()