Click or drag to resize
XmlRsaDecryptionRecursive Property
Gets or sets whether all elements are decrypted recursively (recommended for most web service calls). Setting this property to false will result in only the first level being decrypted.

Namespace: com.softwarekey.Client.Encryption
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool Recursive { get; set; }

Property Value

Type: Boolean
See Also