示例#1
0
        internal override IFreeformEntity ParseBufferInternal(ref IFreeformEntity entity, IFreeformEntity rootEntity, int id, byte[] buffer)
        {
            FFTgt_G2H_Security_BMCEncryption tgt = new FFTgt_G2H_Security_BMCEncryption();

            tgt.EntityData = buffer;//Want to Decrypt
            return(tgt);
        }
 internal override IFreeformEntity ParseBufferInternal(ref IFreeformEntity entity, IFreeformEntity rootEntity, int id, byte[] buffer)
 {
     FFTgt_G2H_Security_BMCEncryption tgt = new FFTgt_G2H_Security_BMCEncryption();
     tgt.EntityData = buffer;//Want to Decrypt
     return tgt;
 }