using System.EnterpriseServices; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("$projectname$")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("NetApp, Inc.")] [assembly: AssemblyProduct("$projectname$")] [assembly: AssemblyCopyright("Copyright 2021 NetApp, Inc.")] [assembly: AssemblyTrademark("Copyright 2021 NetApp, Inc. All rights reserved")] [assembly: AssemblyCulture("")] [assembly: ComVisible(true)] // The following GUID is for the ID of the typelib [assembly: Guid("$guid1$")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.5.0.5922")] [assembly: AssemblyFileVersion("4.5.0.5922")] // The ActivationOption attribute indicates whether the component will be // activated within the caller's process. You can set Activation.Option to // Library or to Server. [assembly: ApplicationActivation(ActivationOption.Server)] // The ApplicationName attribute is the name that appears for the COM+ // application in the COM+ Catalog and the Component Services Administration // console. [assembly: ApplicationName("$projectname$")] // The Description attribute provides a description for the COM+ application // in the COM+ Catalog and Component Services Administration console. [assembly: Description("")] // COM+ security setting [assembly: ApplicationAccessControl(true, //Authentication is on AccessChecksLevel = AccessChecksLevelOption.ApplicationComponent, Authentication = AuthenticationOption.Packet, ImpersonationLevel = ImpersonationLevelOption.Identify)] [assembly: SecurityRole("Tester", SetEveryoneAccess = true)]