Converts an encoded System.Security.PermissionSet from one XML encoding format to another XML encoding format.
- inFormat
- A string representing one of the following encoding formats: ASCII, Unicode, or Binary. Possible values are "XMLASCII" or "XML", "XMLUNICODE", and "BINARY".
- inData
- An XML-encoded permission set.
- outFormat
- A string representing one of the following encoding formats: ASCII, Unicode, or Binary. Possible values are "XMLASCII" or "XML", "XMLUNICODE", and "BINARY".
An encrypted permission set with the specified output format.