protected override void ReadCipherData(XmlDictionaryReader reader, long maxBufferSize)
 {
     this.cipherText = SecurityUtils.ReadContentAsBase64(reader, maxBufferSize);
 }