X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FFacades%2FSystem.Security.Cryptography.Cng%2FTypeForwarders.cs;h=ade174b59d5caa4caa116833c0aa976168c9e4c4;hb=c603ce5df522377a7696958d86a76b6ad29fc188;hp=309d6fb5ce34cb7bdd3c5fa7162cc29ab342bf77;hpb=97f42f60469bfa09b1cc1219c22a3ee36c00358b;p=mono.git diff --git a/mcs/class/Facades/System.Security.Cryptography.Cng/TypeForwarders.cs b/mcs/class/Facades/System.Security.Cryptography.Cng/TypeForwarders.cs index 309d6fb5ce3..ade174b59d5 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Cng/TypeForwarders.cs +++ b/mcs/class/Facades/System.Security.Cryptography.Cng/TypeForwarders.cs @@ -41,6 +41,8 @@ [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CngProvider))] [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CngUIPolicy))] [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CngUIProtectionLevels))] +// TODO: [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.DSACng))] [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.ECDsaCng))] +[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.ECKeyXmlFormat))] [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.RSACng))] [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.TripleDESCng))]