| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- 2002-06-10 Duncan Mak <[email protected]>
- * IEvidenceFactory.cs (Evidence): Added missing method.
-
- * SuppressUnmanagedCodeSecurityAttribute.cs:
- * UnverifiableCodeAttribute.cs: Added missing
- AttributeUsage attribute.
- 2002-06-05 Nick Drochak <[email protected]>
- * SecurityElement.cs: Fixed couple of hard to spot typos which were
- causing valid names and keys to be rejected.
- 2002-04-28 Lawrence Pit <[email protected]>
- * CodeAccessPermission.cs : implemented ToString method
- 2002-04-27 Lawrence Pit <[email protected]>
- * SecurityElement.cs: fixed bugs, implemented several methods
- 2002-03-12 Duncan Mak <[email protected]>
- * SecurityException.cs: Inherit from SystemException, not Exception.
- 2002-02-23 Nick Drochak <[email protected]>
- * SecurityElement.cs: fixed typo
- 2002-02-13 Dan Lewis <[email protected]>
-
- * NamedPermissionSet.cs: New file (stub)
- 2002-02-07 Duncan Mak <[email protected]>
- * SecurityException.cs: Reformatted to fit the form of other
- Exceptions. Added serialization bits.
- 2002-01-05 Ravi Pratap <[email protected]>
- * SecurityElement.cs : Insert MonoTODO attribute.
- 2002-01-02 Nick Drochak <[email protected]>
- * CodeAccessPermission.cs: Fix syntax error hidden by exclusion in .build file
- 2001-12-30 Nick Drochak <[email protected]>
- * PermissionSet.cs SecurityManager.cs: New Files
- * CodeAccessPermission.cs: Add Skeleton code
- * IPermission.cs: Make public and inherit from ISecurityEncodable
- * ISecurityEncodable.cs: Make interface public
- * ISecurityPolicyEncodable.cs: Ditto
- * IStackWalk.cs: Ditto
- 2001-12-29 Nick Drochak <[email protected]>
- * ISecurityPolicyEncodable.cs, PolicyLevelType.cs,
- SecurityZone.cs, SecurityException.cs, UnverifiableCodeAttribute.cs,
- SuppressUnmanagedCodeSecurityAttribute.cs,
- VerificationException.cs, XmlSyntaxException.cs: New files
- 2001-12-21 Miguel de Icaza <[email protected]>
- * SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
- IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.
-
|