Crypteron C# API  2015.6.1.0
Crypteron.CipherObject.Extensions Class Reference

These are helper extensions for CipherObject functionality More...

Static Public Member Functions

static T Seal< T > (this T plainObject, string securityPartition=Default.PartitionId, string asRole=Default.RoleId)
 Convenience extension methods to allow usage like myObject.Seal(). For detailed API documentation, see Protector.Seal<T> More...
 
static T Unseal< T > (this T encryptedObject, string securityPartition=Default.PartitionId, string asRole=Default.RoleId)
 Convenience extension methods to allow usage like myObject.Unseal() For detailed API documentation, see Protector.Seal<T> More...
 

Detailed Description

These are helper extensions for CipherObject functionality

Member Function Documentation

static T Crypteron.CipherObject.Extensions.Seal< T > ( this T  plainObject,
string  securityPartition = Default.PartitionId,
string  asRole = Default.RoleId 
)
static

Convenience extension methods to allow usage like myObject.Seal(). For detailed API documentation, see Protector.Seal<T>

Template Parameters
T
Parameters
plainObject
securityPartition
asRole
Returns
static T Crypteron.CipherObject.Extensions.Unseal< T > ( this T  encryptedObject,
string  securityPartition = Default.PartitionId,
string  asRole = Default.RoleId 
)
static

Convenience extension methods to allow usage like myObject.Unseal() For detailed API documentation, see Protector.Seal<T>

Template Parameters
T
Parameters
encryptedObject
securityPartition
asRole
Returns