IniEncryptValueAttribute Class

TG.INI

IniEncryptValueAttribute Class

This attribute instructs the serializer to encrypt the string value.
Inheritance Hierarchy
SystemObject  SystemAttribute
    TG.INI.SerializationIniEncryptValueAttribute

Namespace:  TG.INI.Serialization
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniEncryptValueAttribute : Attribute
Public Class IniEncryptValueAttribute
	Inherits Attribute
public ref class IniEncryptValueAttribute : public Attribute
type IniEncryptValueAttribute =  
    class
        inherit Attribute
    end

The IniEncryptValueAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIniEncryptValueAttribute
Initializes a new instance of the IniEncryptValueAttribute class
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also