EncryptedDataDetails Property
A collection of encrypted data details.
Syntax
public XMLEncryptedDataDetailList getEncryptedDataDetails(); public void setEncryptedDataDetails( encryptedDataDetails);
Remarks
This property holds a collection of details about the XML elements to be encrypted. This may be populated before calling Encrypt. If this is not populated, then the entire XML document will be encrypted.
This property is not available at design time.