BenSelect Documentation
DataEncryptionKeyData Class
See Also  Send Feedback
Selerix.Foundation.Interfaces.Entities Namespace : DataEncryptionKeyData Class
Data encryption key data object. Used to keep data encryption keys in database.

Public Properties

 NameDescription
public PropertyAsOfDateDate when object was last updated. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public PropertyDeletedGets or sets a value indicating whether this is deleted.  
public PropertyExpirationDateDate when object was last updated.  
public PropertyIsTransientGets a value indicating whether this instance is transient. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public PropertyKeyValueGets or sets the encrypted key value.  
public PropertyPKPrimary key of the object. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public PropertyUniqueIDGuid of data encryption key.  
public PropertyVersionGets or sets the key version. Used only for decryption algorithm.  
Top

Public Methods

 NameDescription
public MethodEqualsDetermines whether the specified System.Object is equal to this instance. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public MethodGetHashCodeReturns a hash code for this instance. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public MethodIsValidObjectDetermines whether object was saved to database. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
public MethodToModelCreates model object based on database object. (Inherited from Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject)
Top

Inheritance Hierarchy

System.Object
   Selerix.Foundation.Interfaces.Entities.AbstractFactoryObject
      Selerix.Foundation.Interfaces.Entities.DataEncryptionKeyData

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.