Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / mscorlib / system / security / cryptography / tripledes.cs
index 9755966c39b6e02d58a264d5a272a3adfbb39a5d..2481830012fff1aab9284a02770e074491861f31 100644 (file)
@@ -68,7 +68,11 @@ namespace System.Security.Cryptography {
         //
 
         new static public TripleDES Create() {
+#if FULL_AOT_RUNTIME
+        return new System.Security.Cryptography.TripleDESCryptoServiceProvider ();
+#else
             return Create("System.Security.Cryptography.TripleDES");
+#endif
         }
 
         new static public TripleDES Create(String str) {