'Declaration
<DataMemberAttribute()> Public EncryptionKey As String
[DataMember()] public string EncryptionKey
[DataMember()] public: String^ EncryptionKey
'Declaration
<DataMemberAttribute()> Public EncryptionKey As String
[DataMember()] public string EncryptionKey
[DataMember()] public: String^ EncryptionKey
If the IncludePasswords option is True on export, passwords are included in the export file but are encrypted. The EncryptionType specifies the method used for encryption.
If EncryptionType is ExportEncryptionType.Asymmetric,
Use RSACryptoServiceProvider to generate the key pair for asymmetric encryption.
Use SetPassword to set the password for ExportEncryptionType.Password.