using System; using System.Diagnostics; using System.Net.Security; using System.Reflection; using System.Runtime.CompilerServices; using System.Security.Authentication; using System.Security.Authentication.ExtendedProtection; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("System.Net.Security")] [assembly: AssemblyDescription("System.Net.Security")] [assembly: AssemblyDefaultAlias("System.Net.Security")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft® .NET Framework")] [assembly: AssemblyCopyright(".NET Foundation and Contributors")] [assembly: AssemblyFileVersion("4.6.26419.02")] [assembly: AssemblyInformationalVersion("4.6.26419.02 @BuiltBy: dlab-DDVSOWINAGE001 @Branch: HEAD @Commit: 18a36291e48808fa7ef2d00a764ceb1ec95645a5")] [assembly: CLSCompliant(true)] [assembly: AssemblyMetadata("", "")] [assembly: AssemblyVersion("4.0.2.0")] [assembly: TypeForwardedTo(typeof(AuthenticatedStream))] [assembly: TypeForwardedTo(typeof(EncryptionPolicy))] [assembly: TypeForwardedTo(typeof(LocalCertificateSelectionCallback))] [assembly: TypeForwardedTo(typeof(NegotiateStream))] [assembly: TypeForwardedTo(typeof(ProtectionLevel))] [assembly: TypeForwardedTo(typeof(RemoteCertificateValidationCallback))] [assembly: TypeForwardedTo(typeof(SslStream))] [assembly: TypeForwardedTo(typeof(AuthenticationException))] [assembly: TypeForwardedTo(typeof(ExtendedProtectionPolicy))] [assembly: TypeForwardedTo(typeof(PolicyEnforcement))] [assembly: TypeForwardedTo(typeof(ProtectionScenario))] [assembly: TypeForwardedTo(typeof(ServiceNameCollection))] [assembly: TypeForwardedTo(typeof(InvalidCredentialException))]