 | IDbEncryptorHasEncryptionMagic Method |
Tests whether objectToTest is encrypted by looking at the MAGIC which should appear at the start of the object data
Namespace: SanteDB.OrmLite.ProvidersAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxbool HasEncryptionMagic(
Object objectToTest
)
Function HasEncryptionMagic (
objectToTest As Object
) As Boolean
bool HasEncryptionMagic(
Object^ objectToTest
)
abstract HasEncryptionMagic :
objectToTest : Object -> bool Parameters
- objectToTest Object
- The object to test
Return Value
BooleanTrue if the object
objectToTest is encrypted
See Also