added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / NCL / SecureStreams / cs / negotiateserver / assemblyinfo.cs
blobe9b5562bf436764b7cd0d5b58b13d2b8e1d39222
1 //---------------------------------------------------------------------
2 // This file is part of the Microsoft .NET Framework SDK Code Samples.
3 //
4 // Copyright (C) Microsoft Corporation. All rights reserved.
5 //
6 //This source code is intended only as a supplement to Microsoft
7 //Development Tools and/or on-line documentation. See these other
8 //materials for detailed information regarding Microsoft code samples.
9 //
10 //THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 //KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 //IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 //PARTICULAR PURPOSE.
14 //---------------------------------------------------------------------
16 using System;
17 using System.Reflection;
18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
20 using System.Runtime.ConstrainedExecution;
21 using System.Security.Permissions;
23 // General Information about an assembly is controlled through the following
24 // set of attributes. Change these attribute values to modify the information
25 // associated with an assembly.
26 [assembly: AssemblyTitle("NegotiateServer")]
27 [assembly: AssemblyDescription("")]
28 [assembly: AssemblyConfiguration("")]
29 [assembly: AssemblyCompany("")]
30 [assembly: AssemblyProduct("NegotiateServer")]
31 [assembly: AssemblyCopyright("Copyright @ 2004")]
32 [assembly: AssemblyTrademark("")]
33 [assembly: AssemblyCulture("")]
35 /// Setting ComVisible to false makes the types in this assembly not visible
36 /// to COM componenets. If you need to access a type in this assembly from
37 /// COM, set the ComVisible attribute to true on that type.
38 [assembly: ComVisible(false)]
40 // Version information for an assembly consists of the following four values:
42 // Major Version
43 // Minor Version
44 // Build Number
45 // Revision
47 [assembly: AssemblyVersion("1.0.0.0")]
49 [assembly: CLSCompliant(true)]
50 [assembly: PermissionSetAttribute(SecurityAction.RequestMinimum, Name = "FullTrust")]