Crypteron C# API
2015.6.1.0
|
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... | |
These are helper extensions for CipherObject functionality
|
static |
Convenience extension methods to allow usage like myObject.Seal()
. For detailed API documentation, see Protector.Seal<T>
T |
plainObject | |
securityPartition | |
asRole |
|
static |
Convenience extension methods to allow usage like myObject.Unseal()
For detailed API documentation, see Protector.Seal<T>
T |
encryptedObject | |
securityPartition | |
asRole |