You need to maximize the security on the deployment computer

You are preparing to deploy a serviced component named
ProductAvailability. This component will be used by multiple client applications to look up the current availability of products. Some of these client applications were written by other developers and are installed on computers at other locations. You need to maximize the security on the deployment computer. You want to configure the component’s COM+ application to run under a restricted user
account named OutsideUser. What should you do?

You are preparing to deploy a serviced component named
ProductAvailability. This component will be used by multiple client applications to look up the current availability of products. Some of these client applications were written by other developers and are installed on computers at other locations. You need to maximize the security on the deployment computer. You want to configure the component’s COM+ application to run under a restricted user
account named OutsideUser. What should you do?

A.
Implement the ISecurityIdentityColl interface in ProductAvailability.

B.
Use the Component Services tool to manually set the Identity property of the COM+ application to OutsideUser.

C.
To the ProductAvailability assembly, add the following attributes:
[assembly: ApplicationAccessControl(ImpersonationLevel =
ImpersonationLevelOption.Impersonate)]
[assembly: SecurityRole(“OutsideUser”)]

D.
To the ProductAvailability assembly, add the following attributes:
[assembly: ApplicationAccessControl(ImpersonationLevel =
ImpersonationLevelOption.Identify)]
[assembly: ApplicationName(“OutsideUser”)]



Leave a Reply 0

Your email address will not be published. Required fields are marked *