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 field is an optional identifier for the encrypted data. | ||||||||||||
MIMEType String |
This field specifies the MIME type of the encrypted data. For example: "image/png". This field is optional. | ||||||||||||
Scope Scopes |
This field 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 field specifies the XPath to the element which will be encrypted. For instance:
|
Constructors
[VB.NET] Public XMLEncryptedDataDetail() [C#] public XMLEncryptedDataDetail();
[VB.NET] Public XMLEncryptedDataDetail(ByVal Id As String, ByVal XMLElement As String, ByVal Scope As Integer, ByVal MIMEType As String) [C#] public XMLEncryptedDataDetail(string id, string XMLElement, int scope, string MIMEType);