XFINIUM.PDF Documentation
ObfuscationAttribute Class
Members 



Syntax
'Declaration
 
<ObfuscationAttribute()>
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Event Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Parameter Or  _
    AttributeTargets.Delegate, 
   AllowMultiple=True, 
   Inherited=False)>
Public Class ObfuscationAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As ObfuscationAttribute
[Obfuscation()]
[AttributeUsage(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate, 
   AllowMultiple=true, 
   Inherited=false)]
public class ObfuscationAttribute : System.Attribute 
[Obfuscation()]
[AttributeUsage(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate, 
   AllowMultiple=true, 
   Inherited=false)]
public ref class ObfuscationAttribute : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Xfinium.Pdf.Core.Utility.CryptoObfuscatorHelper.ObfuscationAttribute

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

ObfuscationAttribute Members
Xfinium.Pdf.Core.Utility.CryptoObfuscatorHelper Namespace

Send Feedback