0 votes
in Dot Net by
Explain the Code Access Security (CAS) in .NET framework.

1 Answer

0 votes
by

.NET security model is used to prevent unauthorized access of resources and operations and also restrict the codes to perform particular tasks. Code Access Security is a part of that .NET security.

...