How can you ensure that calls are authorized with these roles?

There is a WCF (Windows Communication Foundation) service PassGuideService.
There are application-defined roles stored in a database PassGuideDB.
PassGuideService uses a list of the roles stored in PassGuideDB.
How can you ensure that calls are authorized with these roles? >Select two.

There is a WCF (Windows Communication Foundation) service PassGuideService.
There are application-defined roles stored in a database PassGuideDB.
PassGuideService uses a list of the roles stored in PassGuideDB.
How can you ensure that calls are authorized with these roles? >Select two.

A.
Use the following service behaviour…

B.
Use the following service attribute…

C.
<serviceAuthorization principalPermissionMode=”Custom” roleProviderName=”Ole”>

D.
<serviceAuthorization principalPermissionMode=”UseAspNetRoles” roleProviderName=”Ole”>

E.
<serviceAuthorization principalPermissionMode=”None” roleProviderName=”Ole”>

F.
<serviceAuthorization principalPermissionMode=”UseWindowsGroups”
roleProviderName=”Ole”>

G.
<serviceAuthorization principalPermissionMode=”Custom” roleProviderName=”SqlProvider”>

H.
<serviceAuthorization principalPermissionMode=”UseAspNetRoles”
roleProviderName=”SqlProvider”>

I.
<serviceAuthorization principalPermissionMode=”None” roleProviderName=”SqlProvider”>

J.
<serviceAuthorization principalPermissionMode=”UseWindowsGroups”
roleProviderName=”SqlProvider”>

Explanation:



Leave a Reply 0

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