Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Remove obsolete Security Permission annotations, see dotnet/docs#21021
Browse files Browse the repository at this point in the history
  • Loading branch information
uvbkq committed Apr 11, 2022
1 parent 1de1833 commit 52f201b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion PW.JarVerify/Exceptions/JarException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected JarException(SerializationInfo info, StreamingContext context)
{
}

[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
if (info == null)
Expand Down
1 change: 0 additions & 1 deletion PW.JarVerify/Exceptions/ManifestException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected ManifestException(SerializationInfo info, StreamingContext context)
{
}

[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
if (info == null)
Expand Down
1 change: 0 additions & 1 deletion PW.JarVerify/Exceptions/MissingCertificateException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected MissingCertificateException(SerializationInfo info, StreamingContext c
{
}

[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
if (info == null)
Expand Down

0 comments on commit 52f201b

Please sign in to comment.