Click or drag to resize
weroSoft AG, Software
IEncryptedDataProviderGetProperty Method (Guid, Guid, Object)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the decrypted content of one particular property.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
Object GetProperty(
	Guid node,
	Guid property,
	Object defaultValue
)

Parameters

node
Type: SystemGuid
Identifier of the node whose property shall be read.
property
Type: SystemGuid
Identifier of the property which shall be read.
defaultValue
Type: SystemObject
Default value to be returned, if the requested property is not found.

Return Value

Type: Object
Encrypted value of the property.
Remarks
This method handles data on object level. For work using strongly typed data, use the appropriate generic method.
See Also