Share what you know with millions of people

Focus is the best place to turn what you know into remarkable content
×
0

What is CAS: Code access security?

Attachments

0
  • Recommended by:

The term Code access security, or CAS, refers to a feature offered by .NET CLR. CAS is the security model which allows pen to deny or grant an assembly with execution permissions according to what properties that assembly possesses. These properties are called evidence.

Answer This Question