EncryptDataAttribute Class

Defines an attribute that provides encryption of text field contents for a modeled table.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.110 -- Release Build+b4bcf74734aa051a9b802d8f3f6ec05bd02af749
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class EncryptDataAttribute : Attribute
Inheritance
Object    Attribute    EncryptDataAttribute

Remarks

Application of attribute is only valid on String properties; attribute will be ignored if applied to properties of other types.

Constructors

EncryptDataAttribute Creates a new EncryptDataAttribute.
EncryptDataAttribute(String) Creates a new EncryptDataAttribute with a specified keyReference value.

Properties

KeyReference Gets reference name used to lookup encryption key and initialization vector; new keys will be created for reference if it does not exist.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)

Methods

EqualsReturns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute)
GetHashCodeReturns the hash code for this instance.
(Inherited from Attribute)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

DefaultKeyReference Default key reference value.

See Also