XMLEncryptedDataDetail Type
This type defines details about the data to be encrypted.
Remarks
This type defines details about the data to be encrypted. The element to encrypt is defined by XMLElement.
Fields
Id String |
This property is an optional identifier for the encrypted data. | ||||||||||||
MIMEType String |
This property specifies the MIME type of the encrypted data. For example: "image/png". This property is optional. | ||||||||||||
Scope TipcScopes |
This property specifies the scope of the encryption. When calling Encrypt the entire XML element specified by XMLElement may be encrypted, or only the content may be encrypted. This setting controls the scope of the encryption. Possible values are:
| ||||||||||||
XMLElement String |
This property specifies the XPath to the element which will be encrypted. For instance:
|
Constructors
constructor Create();