|
@@ -53,13 +53,8 @@ namespace System.Security.Cryptography.Xml {
|
|
|
protected EncryptedType ()
|
|
protected EncryptedType ()
|
|
|
{
|
|
{
|
|
|
cipherData = new CipherData ();
|
|
cipherData = new CipherData ();
|
|
|
- encoding = null;
|
|
|
|
|
- encryptionMethod = null;
|
|
|
|
|
encryptionProperties = new EncryptionPropertyCollection ();
|
|
encryptionProperties = new EncryptionPropertyCollection ();
|
|
|
- id = null;
|
|
|
|
|
keyInfo = new KeyInfo ();
|
|
keyInfo = new KeyInfo ();
|
|
|
- mimeType = null;
|
|
|
|
|
- type = null;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#endregion // Constructors
|
|
#endregion // Constructors
|